Skip to content

Commit

Permalink
fix(vue): do not add verbatimImportSyntax to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Apr 19, 2024
1 parent 397276d commit 169420d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ exports[`lib nested should create a local tsconfig.json 1`] = `
"moduleResolution": "node",
"resolveJsonModule": true,
"strict": true,
"verbatimModuleSyntax": true,
},
"extends": "../../tsconfig.base.json",
"files": [],
Expand Down
1 change: 0 additions & 1 deletion packages/vue/src/utils/create-ts-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function createTsConfig(
jsxImportSource: 'vue',
moduleResolution: 'node',
resolveJsonModule: true,
verbatimModuleSyntax: true,
},
files: [],
include: [],
Expand Down

0 comments on commit 169420d

Please sign in to comment.