Files
GibSend/packages/ui/tsconfig.json
KMKoushik 9032efa9b2 Setup app
2024-03-19 09:34:23 +11:00

9 lines
186 B
JSON

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