Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
samijaber committed Nov 28, 2023
1 parent ff9c0c2 commit 6f4d976
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion e2e/e2e-app/output/vue/packages/_vue2/tsconfig.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
"types": ["node"],
"noImplicitAny": false
}
}
2 changes: 1 addition & 1 deletion e2e/e2e-app/output/vue/packages/_vue2/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"baseUrl": ".","noImplicitAny": false,
"paths": {
"@/*": ["./src/*"]
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/e2e-app/output/vue/packages/_vue3/tsconfig.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
"composite": true,"noImplicitAny": false,
"types": ["node"]
}
}
3 changes: 2 additions & 1 deletion e2e/e2e-app/output/vue/packages/_vue3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"noImplicitAny": false,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
},

"references": [
Expand Down

0 comments on commit 6f4d976

Please sign in to comment.