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", "jsx": "react",
"target": "ES6", "target": "ES6",
"allowJs": true, "allowJs": true,
"strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"moduleResolution": "Node", "moduleResolution": "Node",
"outDir": "dist", "outDir": "dist",