Drop 'allowJs' from tsconfig.json

This commit is contained in:
0x1eef 2024-05-02 10:30:45 -03:00
parent 0a2c75ecb3
commit 9c7ca2e7cc

View file

@ -7,7 +7,6 @@
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "react",
"allowJs": true,
"lib": [ "ES2020", "DOM" ],
"baseUrl": "src/",