mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-24 10:31:12 +02:00
Convert Javascript to Typescript
This commit is contained in:
9
tsconfig.json
Normal file
9
tsconfig.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"files": [
|
||||
"public/main.ts",
|
||||
"public/editor.ts",
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user