mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-23 04:42:22 +02:00
git-subtree-dir: foundations/utils git-subtree-mainline:6ea92dd409git-subtree-split:063b52c1ca
21 lines
456 B
JSON
21 lines
456 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
|
|
}
|
|
}
|