chore: check playground types separately (#1497)

This commit is contained in:
Daniel Roe
2024-03-09 19:25:09 +01:00
committed by GitHub
parent a2b8b700df
commit 3f67b9209c
3 changed files with 1 additions and 3 deletions

View File

@@ -1 +0,0 @@
imports.autoImport=true

View File

@@ -1 +0,0 @@
imports.autoImport=true

View File

@@ -1,6 +1,6 @@
{
"extends": "./.nuxt/tsconfig.json",
"exclude": ["docs", "dist"],
"exclude": ["docs", "dist", "playground", "node_modules"],
"compilerOptions": {
"noImplicitAny": false,
"strictNullChecks": false