mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|