platform/models/model-rig/profiles/default/tsconfig.json
Alexander Platov c6082fdcf3
Update Telegram, Panel, top bars layouts. Fix vacancy cards and components (#534)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2021-12-06 10:12:58 +01:00

13 lines
265 B
JSON

{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"incremental": true
}
}