diff --git a/vue/test/testapp/tsconfig.json b/vue/test/testapp/tsconfig.json new file mode 100644 index 0000000..3ec7ce8 --- /dev/null +++ b/vue/test/testapp/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "plugins": [{ "name": "@vue/typescript-plugin" }] + } +}