mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
11 lines
243 B
JSON
11 lines
243 B
JSON
|
|
{
|
||
|
|
"extends": "@plane/typescript-config/react-library.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsx": "react",
|
||
|
|
"lib": ["esnext", "dom"],
|
||
|
|
"resolveJsonModule": true
|
||
|
|
},
|
||
|
|
"include": ["./src"],
|
||
|
|
"exclude": ["dist", "build", "node_modules"]
|
||
|
|
}
|