websites/packages/ui/tsconfig.json

6 lines
115 B
JSON
Raw Permalink Normal View History

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