Enable ts strict mode

This commit is contained in:
Ajay Bura 2022-12-27 20:09:01 +05:30
parent 2ef8fdb1c9
commit 0714685b9b

View file

@ -4,6 +4,7 @@
"jsx": "react",
"target": "ES6",
"allowJs": true,
"strict": true,
"esModuleInterop": true,
"moduleResolution": "Node",
"outDir": "dist",