mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-20 01:21:55 +03:00
5cadf883c0
Signed-off-by: Andrey Sobolev <haiodo@gmail.com> Co-authored-by: Eduard Aksamitov <e@euaaaio.ru>
18 lines
402 B
JSON
18 lines
402 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,
|
|
"types" : [],
|
|
"isolatedModules": true
|
|
}
|
|
} |