Files
GibSend/packages/ui/tsconfig.json
2024-03-15 09:17:00 +11:00

9 lines
174 B
JSON

{
"extends": "@unsend/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}