mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-02 09:13:54 +03:00
3776137a52
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
"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
|
|
}
|
|
} |