Skip to content

Commit

Permalink
fix(create-app): add declaration tsconfig option
Browse files Browse the repository at this point in the history
close #2010
  • Loading branch information
yyx990803 committed Feb 13, 2021
1 parent e85e3a5 commit 7b3da03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-app/template-lit-element-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "esnext",
"lib": ["es2017", "dom", "dom.iterable"],
"types": ["vite/client"],
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./types",
"rootDir": "./src",
Expand Down

0 comments on commit 7b3da03

Please sign in to comment.