mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-14 10:09:59 +00:00
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./.build/dist",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"lib": ["esnext", "dom"],
|
|
"incremental": true,
|
|
"types": ["jest"],
|
|
"isolatedModules": true,
|
|
|
|
}
|
|
}
|