mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
11 lines
287 B
JSON
11 lines
287 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"declarationDir": "./types"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
|
|
} |