mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +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",
|
"extends": "./.nuxt/tsconfig.json",
|
||||||
"exclude": ["docs", "dist"],
|
"exclude": ["docs", "dist", "playground", "node_modules"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"strictNullChecks": false
|
"strictNullChecks": false
|
||||||
|
|||||||
Reference in New Issue
Block a user