diff --git a/tsconfig.json b/tsconfig.json index 992ffa2..928f0a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "allowSyntheticDefaultImports": false, + "baseUrl": "./lib", "declaration": true, "experimentalDecorators": true, "lib": ["es6"],