Lagrange.RagBot/tsconfig.json

15 lines
330 B
JSON

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