config: remove baseUrl from tsconfig because it is meant to be used with additional tooling
This commit is contained in:
parent
3b306e5895
commit
bc1a3ce1e6
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
|
|
Loading…
Reference in New Issue