2022-06-23 11:54:58 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
2022-06-23 11:54:58 +03:00
|
|
|
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
|
|
|
"outDir": "./lib",
|
|
|
|
"lib": ["esnext", "dom"]
|
|
|
|
}
|
|
|
|
}
|