platform/packages/platform-rig/profiles/default/tsconfig.json
Andrey Platov f0cf5e8832
add core package
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-03 18:55:52 +02:00

11 lines
206 B
JSON

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