fix(core): update

This commit is contained in:
2019-04-30 09:44:46 +02:00
parent cb575d2427
commit 1c039592ce
5 changed files with 28 additions and 15 deletions

3
ts_web/index.ts Normal file
View File

@ -0,0 +1,3 @@
const myConst = 'hello';
console.log(myConst);