18 lines
416 B
JSON
18 lines
416 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "tsconfig",
|
|
"module": "CommonJS",
|
|
"noEmitOnError": true,
|
|
"rootDir": "src/",
|
|
"outDir": "lib/",
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/**/files/**/*"],
|
|
"references": [{"path": "./tsconfig.spec.json"}]
|
|
}
|