mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
5b6ef778f3
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
17 lines
365 B
JSON
17 lines
365 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,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
]
|
|
}
|
|
} |