mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 15:49:36 +01: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"]
|
|
}
|