discord-vscode/tsconfig.json

21 lines
350 B
JSON
Raw Normal View History

2017-11-23 13:06:21 +00:00
{
"compilerOptions": {
"strict": true,
2017-11-23 13:06:21 +00:00
"module": "commonjs",
"target": "es2017",
2017-11-23 13:06:21 +00:00
"lib": [
"esnext",
"esnext.array",
"esnext.asynciterable",
"esnext.intl",
"esnext.symbol"
2017-11-23 13:06:21 +00:00
],
"rootDir": "src",
"outDir": "dist",
"declaration": false,
2017-11-23 13:06:21 +00:00
"sourceMap": true,
"removeComments": false,
"experimentalDecorators": true
2019-09-13 11:07:45 +00:00
}
2017-11-23 13:06:21 +00:00
}