er/tsconfig.json
Louis Hollingworth 429504787a
Add Discordx init
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2023-05-02 19:59:36 +01:00

19 lines
402 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"outDir": "build",
"rootDir": "src",
"strict": true,
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["build", "node_modules"]
}