You've already forked isop-mirror
feat: enable strict TypeScript checks
This commit is contained in:
@@ -14,5 +14,9 @@
|
||||
{
|
||||
"path": "./.nuxt/tsconfig.node.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user