Browse Source

Update tsconfig.json to add i18n

pull/1222/head
Hironsan 3 years ago
parent
commit
a1724a2c3f
1 changed files with 2 additions and 1 deletions
  1. 3
      frontend/tsconfig.json

3
frontend/tsconfig.json

@ -25,7 +25,8 @@
},
"types": [
"@types/node",
"@nuxt/types"
"@nuxt/types",
"nuxt-i18n"
]
},
"exclude": [

Loading…
Cancel
Save