frontend: Use typescript over javascript
This commit is contained in:
parent
491a356877
commit
a070ced312
10 changed files with 17 additions and 13 deletions
|
|
@ -13,8 +13,8 @@
|
|||
"targets": {
|
||||
"default": {
|
||||
"source": [
|
||||
"src/control/index.js",
|
||||
"src/home/index.js"
|
||||
"src/control/index.ts",
|
||||
"src/home/index.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue