mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 19:32:22 +02:00
git-subtree-dir: foundations/communication git-subtree-mainline:43fb903924git-subtree-split:f65deaa24b
14 lines
375 B
JSON
14 lines
375 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"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
|
|
}
|