hyperdeck-monitor/tsconfig.json

8 lines
110 B
JSON
Raw Normal View History

{
"include": [
"index.ts"
],
"compilerOptions": {
"esModuleInterop": true
},
}