mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00: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"]
|
|
}
|