]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Exclude dist folder form linting (#10701)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Sat, 24 Sep 2022 21:21:17 +0000 (23:21 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Sep 2022 21:21:17 +0000 (23:21 +0200)
tsconfig.json

index ad70b211668689ac23c2e099529e6a789110b81f..f58c0b3a1825bdbcdf78ba6b81ee858c59951245 100644 (file)
@@ -38,6 +38,7 @@
     "./types"
   ],
   "exclude": [
-    "./types/tests"
+    "./types/tests",
+    "./dist/**"
   ]
 }