Lagrange.RagBot/tsconfig.json
2024-05-30 22:48:38 +08:00

12 lines
233 B
JSON

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