TOPVERSE_Official/tsconfig.json

8 lines
150 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-06-01 15:36:34 +08:00
"types": ["anu-vue/volar", "@nuxt/types", "@nuxt/image"]
2023-04-23 14:19:03 +08:00
}
}