Make tsconfig.json files "fully" valid JSON files

This commit is contained in:
Jan Oberhauser
2019-08-13 19:42:03 +02:00
parent 2591e98333
commit 86e1c4a04f
5 changed files with 6 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"es2017"
],
"types": [
"node",
"node"
],
"module": "commonjs",
"esModuleInterop": true,
@@ -22,7 +22,7 @@
"**/*.d.ts",
"commands/**/*",
"index.ts",
"src/**/*",
"src/**/*"
],
"exclude": [
"dist",