plane/packages/shared-state/tsconfig.json
2025-01-14 16:37:42 +05:30

13 lines
259 B
JSON

{
"extends": "@plane/typescript-config/react-library.json",
"compilerOptions": {
"jsx": "react",
"lib": ["esnext", "dom"],
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["./src"],
"exclude": ["dist", "build", "node_modules"]
}