Files
web-crm.mcmed.ru/backend/tsconfig.build.json
Viktoria Polyakova 4fb101c5db Init
2026-01-25 08:57:38 +00:00

18 lines
341 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"incremental": true,
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmit": false
},
"exclude": [
"node_modules",
"test",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.e2e-spec.ts"
]
}