Moved tsconfig.json

This commit is contained in:
Ewout Stortenbeker 2020-06-29 15:04:31 +02:00
parent 16d1d76560
commit 8bf20ea733

View file

@ -4,5 +4,8 @@
"lib": ["ES2017"],
"module": "CommonJS",
"listEmittedFiles": true
}
},
"exclude": [
"node_modules"
]
}