Skip to content

Commit

Permalink
fix(module): remove vue compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jun 19, 2024
1 parent 673762d commit 912b414
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ export default defineNuxtModule<ModuleOptions>({
// Force register of type declaration
nuxt.hook('prepare:types', (options) => {
options.tsConfig.include?.unshift('./typed-router/typed-router.d.ts');
if (moduleOptions.pathCheck) {
(options.tsConfig as any).vueCompilerOptions = {
jsxTemplates: true,
experimentalRfc436: true,
};
}
if (moduleOptions.removeNuxtDefs) {
removeNuxtDefinitions({
autoImport: nuxt.options.imports.autoImport ?? true,
Expand Down

0 comments on commit 912b414

Please sign in to comment.