完善我的页面

This commit is contained in:
陈淳
2022-10-09 13:30:42 +08:00
parent c7d64554ad
commit cf37f7c950
8 changed files with 1517 additions and 22 deletions

View File

@@ -11,7 +11,8 @@
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true
"skipLibCheck": true,
// "strictPropertyInitialization": false
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]