Skip to content

Commit

Permalink
fix: add noEmit: true
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
haoqunjiang committed Apr 23, 2023
1 parent 526a9f1 commit b33fece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"resolveJsonModule": true,
"allowImportingTsExtensions": true,

// `allowImportingTsExtensions` can only be used when `noEmit` or `emitDeclarationOnly` is set.
"noEmit": true,

// Required in Vue projects
"jsx": "preserve",

Expand Down

0 comments on commit b33fece

Please sign in to comment.