spiegel-keyman/developer/src/kmc-analyze/test/tsconfig.json
Eberhard Beilharz 66404f9503
chore(developer): rename test files
This change rename the test files for Developer according to the
discussion at the Keyman conference in November 2024.
2024-11-28 14:32:09 +01:00

18 lines
362 B
JSON

{
"extends": "../../kmc/tsconfig.kmc-base.json",
"compilerOptions": {
"rootDir": ".",
"rootDirs": ["./", "../src/"],
"outDir": "../build/test",
"baseUrl": ".",
},
"include": [
"**/*.tests.ts",
"helpers/*.ts",
],
"references": [
{ "path": "../" },
{ "path": "../../common/web/test-helpers/" },
]
}