discord.js/tsconfig.json

16 lines
386 B
JSON
Raw Normal View History

2018-08-14 13:51:41 +12:00
{
"compilerOptions": {
"strict": true,
"moduleResolution": "node",
"declaration": false,
"removeComments": false,
"alwaysStrict": true,
"pretty": false,
"module": "commonjs",
"target": "es2019",
"lib": ["esnext", "esnext.array", "esnext.asynciterable", "esnext.intl", "esnext.symbol"],
"sourceMap": false,
"skipDefaultLibCheck": true
}
2018-08-14 13:54:36 +12:00
}