mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-25 09:23:49 +00:00

Some checks failed
CI / build (push) Has been cancelled
CI / uitest (push) Has been cancelled
CI / uitest-pg (push) Has been cancelled
CI / uitest-qms (push) Has been cancelled
CI / svelte-check (push) Has been cancelled
CI / formatting (push) Has been cancelled
CI / test (push) Has been cancelled
CI / docker-build (push) Has been cancelled
CI / dist-build (push) Has been cancelled
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
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
|
|
}
|
|
}
|