platform/packages/platform-rig/profiles/default/tsconfig.json
Andrey Platov 044652e8d0
add platform package
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-03 03:40:40 +02:00

16 lines
275 B
JSON

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