cadl/packages/tspd/tsconfig.json

13 строки
353 B
JSON
Исходник Постоянная ссылка Обычный вид История

2022-12-15 19:48:16 +03:00
{
"extends": "../../tsconfig.base.json",
2022-12-15 19:48:16 +03:00
"references": [{ "path": "../compiler/tsconfig.json" }, { "path": "../rest/tsconfig.json" }],
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
"skipLibCheck": true,
"lib": ["DOM"]
2022-12-15 19:48:16 +03:00
},
"include": ["src/**/*.ts", "test/**/*.ts"]
2022-12-15 19:48:16 +03:00
}