mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
fix(types): improve with strict mode (#1041)
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"exclude": ["docs"]
|
||||
"exclude": ["docs", "dist"],
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"strictNullChecks": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user