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

14 lines
288 B
JSON
Raw Normal View History

2022-01-06 09:40:56 +01:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"declaration": true,
"declarationDir": "./dist/types",
2022-01-06 09:40:56 +01:00
"outDir": "./dist"
}
}