platform/pods/server/tsconfig.json

11 lines
250 B
JSON
Raw Normal View History

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