diff --git a/tsconfig.json b/tsconfig.json index b0b6347..c9faf21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,12 +8,7 @@ "forceConsistentCasingInFileNames": true, "suppressImplicitAnyIndexErrors": true, "outDir": "./dist", - "module": "commonjs", - "baseUrl": ".", - "paths": { - "src/*": [ - "src/*" - ] + "module": "commonjs" }, "target": "es5", "lib": [