websites/packages/ui/tsconfig.json
2023-11-13 11:24:58 +01:00

6 lines
115 B
JSON

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