17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "../../shared/tsconfig.lib.jsonc",
|
|
"compilerOptions": {
|
|
// Checking
|
|
"rootDir": ".",
|
|
|
|
// Output
|
|
"outDir": "../temp/built/test/"
|
|
},
|
|
"references": [
|
|
{ "path": "../src/tsconfig.json" }
|
|
],
|
|
"include": [
|
|
"**/*"
|
|
]
|
|
}
|