platform/packages/platform-rig/profiles/ui/tsconfig.json
Andrey Sobolev 1205a20286
Merge branch 'staging' into develop
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 13:12:13 +07:00

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