Skip to content

Commit 08b8078

Browse files
chore: disable strictFunctionTypes for Vue event handler compatibility
1 parent 9ff4971 commit 08b8078

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Vue/tsconfig.app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"exclude": ["src/**/__tests__/*"],
55
"compilerOptions": {
66
"composite": true,
7+
"strictFunctionTypes": false,
78
"baseUrl": ".",
89
// Workaround for https://github.com/vuejs/tsconfig/issues/6
910
"verbatimModuleSyntax": true,

0 commit comments

Comments
 (0)