discord-vscode/tsconfig.json
2019-09-13 13:07:45 +02:00

20 lines
350 B
JSON

{
"compilerOptions": {
"strict": true,
"module": "commonjs",
"target": "es2017",
"lib": [
"esnext",
"esnext.array",
"esnext.asynciterable",
"esnext.intl",
"esnext.symbol"
],
"rootDir": "src",
"outDir": "dist",
"declaration": false,
"sourceMap": true,
"removeComments": false,
"experimentalDecorators": true
}
}