Denim-Bot/tsconfig.json
Histmy c6aa30a80c BIG COMMIT
switched to discord.js version 13
rewrite of js to ts
finally removed remporary logging
emotes are now in enum
fixed vypadni to working
2021-08-18 20:08:06 +02:00

18 lines
352 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "CommonJS",
"rootDir": "./src",
"outDir": "./out",
"moduleResolution": "Node",
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"removeComments": true,
},
"include": [
"src"
]
}