frontend: Use typescript over javascript

This commit is contained in:
Tom Wiesing 2022-10-06 17:23:39 +02:00
parent 491a356877
commit a070ced312
No known key found for this signature in database
10 changed files with 17 additions and 13 deletions

View file

@ -13,8 +13,8 @@
"targets": {
"default": {
"source": [
"src/control/index.js",
"src/home/index.js"
"src/control/index.ts",
"src/home/index.ts"
]
}
}