Add tsx files in tsconfig.json

This commit is contained in:
Silvano Cerza 2025-01-21 23:39:49 +01:00
parent ee1bc30912
commit 069e645a81

View file

@ -14,5 +14,5 @@
"strictNullChecks": true, "strictNullChecks": true,
"lib": ["DOM", "ES5", "ES6", "ES7"] "lib": ["DOM", "ES5", "ES6", "ES7"]
}, },
"include": ["**/*.ts"] "include": ["**/*.ts", "**/*.tsx"]
} }