spiegel-keyman/developer/js/tests/tsconfig.json
2022-05-14 15:35:06 +10:00

23 lines
No EOL
619 B
JSON

{
"extends": "../../../tsconfig-base.json",
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"sourceMap": true,
"rootDir": "./",
"outDir": "../dist-tests/"
},
"include": [
"**/test-*.ts",
"helpers/index.ts"
],
"references": [
{ "path": "../../../common/web/keyman-version" },
{ "path": "../../../common/models/types" },
{ "path": "../../../common/models/templates" },
{ "path": "../../../common/models/wordbreakers" },
{ "path": "../"}
]
}