mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-30 23:39:31 +00:00
aa218ab898
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
14 lines
293 B
JSON
14 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"incremental": true,
|
|
"declarationMap": true
|
|
}
|
|
} |