Glen Whitney
40146c2f48
Now each behavior specification "knows" its type information. Also bumps version number and sets up so that the scripts will run on Windows as well as Unix (thanks to Jos). Resolves #5. Resolves #16. Co-authored-by: Jos de Jong <wjosdejong@gmail.com> Reviewed-on: #17 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"moduleResolution": "nodenext",
|
|
"plugins": [ {
|
|
"transform": "ts-macros/dist/type-resolve",
|
|
"transformProgram": true
|
|
} ]
|
|
}
|
|
}
|