plane/packages/ui/tsconfig.json
2023-09-13 12:50:04 +05:30

6 lines
115 B
JSON

{
"extends": "tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}