commit | 596d163c4629db661935f9895eb425745a646c88 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Fri Aug 12 21:00:32 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Fri Aug 12 21:00:57 2022 +0100 |
tree | b82d42b332da390d9294b4db61a3f5294a9534e2 | |
parent | 3a02ea3d3489070728e7d7a09aa68fd53f8e4d3e [diff] [blame] |
Fix tsconfig so that we no longer use dist/src/
diff --git a/tsconfig.json b/tsconfig.json index df7bcba..27960c1 100644 --- a/tsconfig.json +++ b/tsconfig.json
@@ -13,6 +13,6 @@ "skipLibCheck": true, "noImplicitReturns": false }, - "include": ["src/**/*", "*.js"], + "include": ["src/**/*"], "exclude": [] }