platform/plugins/request-resources/tsconfig.json

8 lines
190 B
JSON
Raw Normal View History

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