config: remove baseUrl from tsconfig because it is meant to be used with additional tooling

This commit is contained in:
Xymorot 2019-10-12 21:24:11 +02:00
parent 3b306e5895
commit bc1a3ce1e6
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,