platform/plugins/templates-resources/tsconfig.json
Andrey Sobolev 3776137a52
UBER-206: Redefined color palettes (#3243)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-05-24 22:53:06 +06:00

17 lines
367 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"noImplicitAny": false,
"lib": [
"esnext",
"dom"
]
}
}