mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-21 10:41:04 +03:00
19 lines
399 B
JSON
19 lines
399 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"strict": true,
|
||
|
"sourceMap": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true,
|
||
|
"skipDefaultLibCheck": true,
|
||
|
"incremental": false,
|
||
|
"declarationMap": true,
|
||
|
"esModuleInterop": true,
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"types": ["node", "jest"]
|
||
|
}
|
||
|
}
|