Files
huly-platform/foundations/utils/packages/platform-rig/profiles/ui/tsconfig.json
T
Denis Bykhov 16b1109180 Add 'foundations/utils/' from commit '063b52c1cac395319e99d017986c35abe6b79deb'
git-subtree-dir: foundations/utils
git-subtree-mainline: 6ea92dd409
git-subtree-split: 063b52c1ca
2025-11-26 22:56:34 +05:00

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
}
}