diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..a3bb48e --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "include": [ + "./src/**/*" + ] +} diff --git a/src/views/NewPhotos.vue b/src/views/NewPhotos.vue index 7934923..7fc8b5e 100644 --- a/src/views/NewPhotos.vue +++ b/src/views/NewPhotos.vue @@ -4,8 +4,13 @@