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