chore: update tsconfig.json

This commit is contained in:
Braks
2022-03-30 10:55:36 +02:00
parent d95a83349b
commit bf3ca8bfda

View File

@@ -16,6 +16,7 @@
"noUnusedLocals": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationDir": "./dist",
"types": [
"vite/client"