mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 23:59:40 +01:00
* [WEB-3065] refactor: replace admin services with service packages * chore: minor updates * chore: error handling
10 lines
213 B
JSON
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"]
|
|
}
|