2
0
Files
bot/packages/models/tsconfig.json
2022-01-10 10:43:27 +01:00

14 lines
288 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"declaration": true,
"declarationDir": "./dist/types",
"outDir": "./dist"
}
}