chores: enabled typescript strict mode
This commit is contained in:
parent
7f4786a44d
commit
108643c9e4
@ -5,7 +5,7 @@
|
||||
],
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"strict": false,
|
||||
"strict": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "typescript-strict-plugin"
|
||||
|
Loading…
Reference in New Issue
Block a user