Skip to content

Commit

Permalink
fix(ui/tsconfig): add allowJs option
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqrt committed May 28, 2021
1 parent a91cd25 commit c5bf05e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/varlet-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"allowJs": true,
"lib": [
"esnext",
"dom"
],
"allowSyntheticDefaultImports": true
}
}

0 comments on commit c5bf05e

Please sign in to comment.