Skip to content

Commit 7b3da03

Browse files
committed
fix(create-app): add declaration tsconfig option
close #2010
1 parent e85e3a5 commit 7b3da03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/create-app/template-lit-element-ts/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"module": "esnext",
44
"lib": ["es2017", "dom", "dom.iterable"],
55
"types": ["vite/client"],
6+
"declaration": true,
67
"emitDeclarationOnly": true,
78
"outDir": "./types",
89
"rootDir": "./src",

0 commit comments

Comments
 (0)