Files
plane/packages/services/tsconfig.json
Prateek Shourya 200be0ac7f [WEB-3065] refactor: replace admin services with service packages (#6342)
* [WEB-3065] refactor: replace admin services with service packages

* chore: minor updates

* chore: error handling
2025-01-07 19:07:47 +05:30

10 lines
213 B
JSON

{
"extends": "@plane/typescript-config/react-library.json",
"compilerOptions": {
"jsx": "react",
"lib": ["esnext", "dom"],
},
"include": ["./src"],
"exclude": ["dist", "build", "node_modules"]
}