opengist/public/tsconfig.json

13 lines
157 B
JSON
Raw Normal View History

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