2022-12-21 09:03:49 +03:00
|
|
|
{
|
|
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
|
|
|
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
2023-10-07 23:14:00 +03:00
|
|
|
"outDir": "./lib",
|
|
|
|
"tsBuildInfoFile": ".build/build.tsbuildinfo"
|
2022-12-21 09:03:49 +03:00
|
|
|
}
|
|
|
|
}
|