diff --git a/tsconfig.json b/tsconfig.json index 0177b46..44a5e2e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "experimentalDecorators": true, "target": "es6", "sourceMap": true, - "outDir": "./dist" + "outDir": "./dist", + "baseUrl": "./" }, "exclude": ["node_modules"] }