Skip to content

Commit

Permalink
example: fix vue example ts config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 17, 2024
1 parent 30c097f commit 0e98b77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/vue/tsconfig.json
Expand Up @@ -8,7 +8,6 @@
"strictNullChecks": true,
"moduleResolution": "node",
"jsx": "preserve",
"baseUrl": ".",
"noEmit": false,
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
Expand All @@ -20,8 +19,7 @@
"isolatedModules": true,
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"types": ["node"]
},
"include": ["src"],
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"],
}

0 comments on commit 0e98b77

Please sign in to comment.