diff --git a/tsconfig.json b/tsconfig.json index 5466828..f940d82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "outDir": "dist/", "baseUrl": "src/", "paths": { - "/*.js": [ "*" ] + "/*.js": [ "*" ], + "*.js": [ "*" ] } } } \ No newline at end of file