Skip to content

Commit 62e6e5f

Browse files
author
ryuhei373
committed
コンパイラマクロ周りの怒られの対応
1 parent 6692ae7 commit 62e6e5f

File tree

3 files changed

+119
-0
lines changed

3 files changed

+119
-0
lines changed

package-lock.json

Lines changed: 115 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@testing-library/vue": "^6.5.1",
3030
"@typescript-eslint/eslint-plugin": "^5.10.2",
3131
"@typescript-eslint/parser": "^5.10.2",
32+
"@vue/runtime-dom": "^3.2.41",
3233
"eslint": "^8.8.0",
3334
"eslint-plugin-tailwindcss": "^3.4.3",
3435
"eslint-plugin-vue": "^8.4.1",

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"extends": "./.nuxt/tsconfig.json",
44
"compilerOptions": {
55
"jsx": "preserve"
6+
},
7+
"vueCompilerOptions": {
8+
"target": 2
69
}
710
}

0 commit comments

Comments
 (0)