mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 01:10:17 +00:00
12 lines
341 B
JSON
12 lines
341 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/model/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"declarationDir": "./types",
|
|
"tsBuildInfoFile": ".build/build.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
|
|
} |