Files
huly-platform/pods/collaborator/tsconfig.json
T
2022-11-02 14:50:14 +06:00

10 lines
219 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"esModuleInterop": true,
"types": ["node"]
}
}