Skip to content

Commit

Permalink
[frontend] vscode volar 경고 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hdmun committed Jul 28, 2022
1 parent df4954e commit 56cdefd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion poker-time-table-frontend/tsconfig.json
Expand Up @@ -17,5 +17,8 @@
},
"types": ["@nuxt/types", "@nuxtjs/axios", "@types/node"]
},
"exclude": ["node_modules", ".nuxt", "dist"]
"exclude": ["node_modules", ".nuxt", "dist"],
"vueCompilerOptions": {
"experimentalDisableTemplateSupport": true
}
}

0 comments on commit 56cdefd

Please sign in to comment.