discord-ticket-bot/tsconfig.json

20 lines
443 B
JSON
Raw Permalink Normal View History

2024-06-05 23:04:52 +00:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"outDir": "build",
"rootDir": "src",
"strict": true,
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": false,
"allowImportingTsExtensions": true,
2024-06-05 23:04:52 +00:00
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["build", "node_modules"]
}