UA-Bot/tsconfig.json

11 lines
210 B
JSON
Raw Permalink Normal View History

2023-07-09 20:53:49 +00:00
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"esModuleInterop": true,
"resolveJsonModule": true,
"target": "esnext"
},
"esModuleInterop": true
}