added lit typescript plugins

This commit is contained in:
Logan Jones
2025-04-08 15:16:37 -05:00
parent b8c8e05023
commit bbc33ce3bc
5 changed files with 86 additions and 4 deletions
+6 -1
View File
@@ -31,6 +31,11 @@
"@node_modules/*": ["./node_modules/*"]
},
// needed for Lit Elements
"experimentalDecorators": true
"experimentalDecorators": true,
// plugins
"plugins": [
{"name": "ts-lit-plugin"},
{"name": "typescript-lit-html-plugin"}
]
}
}