platform/models/model-rig/profiles/default/tsconfig.json
Andrey Platov 9246369b40
add model and model-core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 07:39:49 +02:00

11 lines
215 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
}
}