platform/packages/theme/tsconfig.json

13 lines
312 B
JSON
Raw Normal View History

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"rootDir": "./src",
"skipLibCheck": true,
"strict": true
}
}