Skip to content

Commit

Permalink
fix(app): add ignore for defineAppConfig in app config playground
Browse files Browse the repository at this point in the history
META DATA: @toantranmei
  • Loading branch information
toantranmei committed Apr 5, 2024
1 parent 2ee8e11 commit 00c5d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions playground/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
export default defineAppConfig({
meiUI: {
primary: "purple",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 00c5d02

Please sign in to comment.