platform/packages/platform-rig/profiles/default/tsconfig.json
Alexander Onnikov e80844e18e
UBER-810 Split mixin update to doc and mixin (#3643)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2023-08-30 23:44:00 +07:00

14 lines
285 B
JSON

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