opengist/public/tsconfig.json
2024-01-04 18:06:19 +01:00

12 lines
157 B
JSON

{
"compilerOptions": {
"esModuleInterop": true
},
"files": [
"main.ts",
"editor.ts",
"admin.ts",
"gist.ts",
"embed.ts",
],
}