mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 17:01:57 +03:00
f4a86e1b1c
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"incremental": true
|
|
}
|
|
} |