fix: test adding explicity .tsx path

This commit is contained in:
Scott Wilson
2025-05-02 12:13:23 -07:00
parent 8f7a652741
commit 3ef053f255

View File

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