mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
9 lines
197 B
JSON
9 lines
197 B
JSON
|
{
|
||
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"lib": ["esnext", "dom"]
|
||
|
}
|
||
|
}
|