mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-20 06:37:40 +00:00
16 lines
No EOL
285 B
JSON
16 lines
No EOL
285 B
JSON
{
|
|
"extends": "../../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"rootDirs": ["./", "../src/"],
|
|
"outDir": "../build/test",
|
|
"baseUrl": ".",
|
|
},
|
|
"include": [
|
|
"**/*.test.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../" },
|
|
]
|
|
} |