fix: try updating tsup.config to account for .tsx

This commit is contained in:
Scott Wilson
2025-05-02 12:20:17 -07:00
parent 3ef053f255
commit f9f098af86
2 changed files with 14 additions and 5 deletions

View File

@@ -24,8 +24,7 @@
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@app/*": ["./src/*"],
"*": ["*", "*.tsx", "*.ts"]
"@app/*": ["./src/*"]
},
"jsx": "react-jsx"
},