TOPVERSE_Official/tsconfig.json

8 lines
149 B
JSON
Raw Normal View History

2023-04-23 14:19:03 +08:00
{
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
2023-04-23 23:14:52 +08:00
"strict": true,
2023-05-30 21:13:48 +08:00
"types": ["anu-vue/volar","@nuxt/types", "@nuxt/image"]
2023-04-23 14:19:03 +08:00
}
}