1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/node_modules/discord.js-commando/tsconfig.json

19 lines
260 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"lib": [
"es7"
],
"noImplicitAny": false,
"removeComments": true,
"sourceMap": true,
"allowJs": true
},
"include": [
"typings/**/*"
],
"exclude": [
"node_modules"
]
}