diff --git a/tsconfig.json b/tsconfig.json index 989bddc..b18c34a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", - "rootDir": ".", + "rootDir": "src", "sourceMap": true, "strict": true, "target": "es2018"