mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
23 lines
No EOL
619 B
JSON
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": "../"}
|
|
]
|
|
} |