mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 08:51:37 +03:00
f4a86e1b1c
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"types": ["node", "jest"],
|
|
"incremental": true
|
|
}
|
|
}
|