diff --git a/tsconfig.json b/tsconfig.json index d6e1820..f612534 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,13 +11,8 @@ "target": "es6", "sourceMap": true, "outDir": "./dist", - "baseUrl": "./src" + "baseUrl": "./" }, - "include": [ - "src/**/*" - ], - "exclude": [ - "node_modules", - "**/*.spec.ts" - ] + "include": ["src/**/*"], + "exclude": ["node_modules", "**/*.spec.ts"] }