Skip to content

Commit 35d8def

Browse files
chore: disable strictFunctionTypes for Vue event handler compatibility
1 parent dba5189 commit 35d8def

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)