Convert Javascript to Typescript

This commit is contained in:
Thomas Miceli
2023-04-03 23:37:54 +02:00
parent 0eb1b103d0
commit 8b08c5a5cc
9 changed files with 324 additions and 302 deletions

9
tsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"esModuleInterop": true
},
"files": [
"public/main.ts",
"public/editor.ts",
],
}