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