chores: enabled typescript strict mode

This commit is contained in:
Settel 2022-09-01 19:21:13 +02:00
parent 7f4786a44d
commit 108643c9e4

View File

@ -5,7 +5,7 @@
],
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"strict": false,
"strict": true,
"plugins": [
{
"name": "typescript-strict-plugin"