416d56b033
This PR - renames the `utils` folder to `tools` (follows internal practice), - migrates the contents of `scripts` into `tools` and removes scripts.
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "build",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"],
|
|
"references": [{"path": "../tools/mochaRunner/tsconfig.json"}]
|
|
}
|