mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore: check playground types separately (#1497)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
imports.autoImport=true
|
||||
@@ -1 +0,0 @@
|
||||
imports.autoImport=true
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"exclude": ["docs", "dist"],
|
||||
"exclude": ["docs", "dist", "playground", "node_modules"],
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"strictNullChecks": false
|
||||
|
||||
Reference in New Issue
Block a user