diff client/jsconfig.json @ 5341:e434979f6ea6 extented-report

Added configuration files for JS tooling For further information you may read https://vuejs.github.io/vetur/guide/setup.html#extensions
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 18 Jun 2021 11:58:43 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/jsconfig.json	Fri Jun 18 11:58:43 2021 +0200
@@ -0,0 +1,5 @@
+  {
+    "include": [
+      "./src/**/*"
+    ]
+  }
\ No newline at end of file