2024-02-23 11:39:49 +03:00
|
|
|
{
|
|
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
|
|
|
|
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
2024-02-27 11:29:41 +03:00
|
|
|
"outDir": "./lib",
|
|
|
|
"declarationDir": "./types"
|
2024-02-23 11:39:49 +03:00
|
|
|
}
|
|
|
|
}
|