2
0
Files
bot/packages/models/tsconfig.json

18 lines
404 B
JSON
Raw Normal View History

2022-01-06 09:40:56 +01:00
{
"compilerOptions": {
"target": "es5",
2022-01-06 09:40:56 +01:00
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"module": "ESNext",
2022-01-06 09:40:56 +01:00
"declaration": true,
"declarationDir": "types",
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"emitDeclarationOnly": true
2022-01-06 09:40:56 +01:00
}
}