2
0
Files
bot/packages/bot-engine/tsconfig.json
Baptiste Arnaud 9dbad1dbab 🚀 Init bot-engine
2021-12-08 09:33:25 +01:00

19 lines
424 B
JSON

{
"compilerOptions": {
"target": "es5",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"jsx": "react",
"module": "ESNext",
"declaration": true,
"declarationDir": "types",
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"emitDeclarationOnly": true
}
}