spiegel-keyman/developer/src/server/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

16 lines
287 B
JSON

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