opengist/tsconfig.json

10 lines
124 B
JSON

{
"compilerOptions": {
"esModuleInterop": true
},
"files": [
"public/main.ts",
"public/editor.ts",
],
}