Kuma/tsconfig-backend.json

9 lines
148 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"esModuleInterop": false
},
"files": [
"./src/util.ts"
]
}