mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 08:51:37 +03:00
11 lines
282 B
JSON
11 lines
282 B
JSON
|
{
|
||
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"declarationDir": "./types",
|
||
|
"tsBuildInfoFile": ".build/build.tsbuildinfo",
|
||
|
"types": ["node", "jest"]
|
||
|
}
|
||
|
}
|