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