mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-26 21:15:32 +03:00
c6082fdcf3
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"incremental": true
|
|
}
|
|
} |