Lagrange.RagBot/tsconfig.json
2024-05-29 20:58:45 +08:00

11 lines
193 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2020",
"outDir": "dist",
"esModuleInterop": true
},
"include": [
"bot/**/*"
]
}