opengist/tsconfig.json

10 lines
124 B
JSON
Raw Normal View History

2023-04-03 23:37:54 +02:00
{
"compilerOptions": {
"esModuleInterop": true
},
"files": [
"public/main.ts",
"public/editor.ts",
],
}