mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 13:02:39 +00:00
13 lines
157 B
JSON
13 lines
157 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"files": [
|
||
|
"main.ts",
|
||
|
"editor.ts",
|
||
|
"admin.ts",
|
||
|
"gist.ts",
|
||
|
"embed.ts",
|
||
|
],
|
||
|
}
|