From 813077043c75fe74acafc91091cba772f10eb105 Mon Sep 17 00:00:00 2001 From: Cyn Date: Thu, 23 Dec 2021 13:48:14 -0500 Subject: [PATCH] add rule for files at root of directory --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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