diff --git a/playground/app.config.ts b/playground/app.config.ts index c862851..9608fba 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -1,3 +1,4 @@ +// @ts-ignore export default defineAppConfig({ meiUI: { primary: "purple", diff --git a/tsconfig.json b/tsconfig.json index 5dd468a..98d6fe6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "./playground/.nuxt/tsconfig.json", - "exclude": ["docs", "dist", "playground", "node_modules"], + "exclude": ["dist", "playground", "node_modules"], "compilerOptions": { "noImplicitAny": false, "strictNullChecks": false