Added 2 comp options to tsconfig

This commit is contained in:
2023-12-31 10:51:11 +01:00
parent ed8e962930
commit f07ccbf801

View File

@@ -9,6 +9,8 @@
"skipLibCheck": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"removeComments": true,
"noUnusedLocals": true,
"outDir": "dist"
},
"include": ["src"],