discord-vscode/tsconfig.json
Crawl 0195cde103
rewrite (#101)
* rewrite: initial commit

* feat: add constants for live share

* feat: add first letter uppercase

#88

* chore: remove automatic reconnects

* chore: add troubleshooting to readme
2018-11-07 03:53:18 +01:00

21 lines
334 B
JSON

{
"compilerOptions": {
"strict": true,
"module": "commonjs",
"target": "es6",
"lib": [
"esnext",
"esnext.array",
"esnext.asynciterable",
"esnext.intl",
"esnext.symbol"
],
"declaration": true,
"sourceMap": true,
"removeComments": false,
"experimentalDecorators": true
},
"include": [
"./src"
]
}