config() revert baseUrl in tsconfig

This commit is contained in:
Kamil Myśliwiec 2019-01-18 14:34:05 +01:00
parent 399acf1941
commit 7796187505
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"outDir": "./dist"
"outDir": "./dist",
"baseUrl": "./"
},
"exclude": ["node_modules"]
}