16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"module": "CommonJS",
|
|
"outDir": "build",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{"path": "../src/tsconfig.cjs.json"},
|
|
{"path": "../utils/testserver/tsconfig.json"}
|
|
]
|
|
}
|