diff --git a/tsconfig.json b/tsconfig.json index 18da86fb..0f0b74e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,9 @@ "allowSyntheticDefaultImports": true, "lib": ["esnext"], "sourceMap": true, - "typeRoots": ["./node_modules/typings"] + "typeRoots": ["./node_modules/typings"], + "paths": { + "semver": ["./node_modules/typings/semver/index.d.ts"] + } } }