platform/packages/highlight/tsconfig.json
2024-10-31 20:39:47 +07:00

9 lines
195 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"declarationDir": "./types"
}
}