Files
huly-platform/models/server-view/tsconfig.json
T
2023-01-27 00:26:24 +07:00

8 lines
165 B
JSON

{
"extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
}
}