platform/packages/platform-rig/profiles/default/tsconfig.json
Andrey Sobolev 99ddd486a7
A bit faster project build and rebuild (#312)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-17 14:39:45 +01:00

13 lines
257 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"types": ["heft-jest"],
"skipLibCheck": true,
"incremental": true
}
}