TOPVERSE_Official/tsconfig.json

8 lines
120 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,
"types": ["anu-vue/volar"]
2023-04-23 14:19:03 +08:00
}
}