opengist/public/tsconfig.json

13 lines
157 B
JSON
Raw Normal View History

2024-01-04 04:44:56 +01:00
{
"compilerOptions": {
"esModuleInterop": true
},
"files": [
"main.ts",
"editor.ts",
"admin.ts",
"gist.ts",
"embed.ts",
],
}