Skip to content

Commit

Permalink
chore: remove importsNotUsedAsValues in tsconfig (umijs#8295)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc authored Jun 29, 2022
1 parent 40018e6 commit b22ec9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/preset-umi/src/features/tmpFiles/tmpFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ export default (api: IApi) => {
resolveJsonModule: true,
allowSyntheticDefaultImports: true,

// Enforce using `import type` instead of `import` for types
importsNotUsedAsValues: 'error',

// Supported by vue only
...(api.appData.framework === 'vue'
? {
Expand Down

0 comments on commit b22ec9b

Please sign in to comment.