2
0
Files
bot/packages/scripts/tsconfig.json
Baptiste Arnaud eb23ad61a7 build: 🏗️ Add script package
2022-02-25 09:45:31 +01:00

14 lines
291 B
JSON

{
"compilerOptions": {
"target": "es5",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
}