We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85e3a5 commit 7b3da03Copy full SHA for 7b3da03
packages/create-app/template-lit-element-ts/tsconfig.json
@@ -3,6 +3,7 @@
3
"module": "esnext",
4
"lib": ["es2017", "dom", "dom.iterable"],
5
"types": ["vite/client"],
6
+ "declaration": true,
7
"emitDeclarationOnly": true,
8
"outDir": "./types",
9
"rootDir": "./src",
0 commit comments