赞
踩
- {
- "extends": "@vue/tsconfig/tsconfig.web.json",
- "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
- "compilerOptions": {
- "ignoreDeprecations":"5.0",
- "target": "ESNext",
- "lib": ["ES2022","DOM"], //加入dom可以消除代码中使用console.log的错误提示
- "baseUrl": ".",
- "paths": {
- "@/*": ["./src/*"]
- },
- "strictNullChecks": false //消除对于可能为null的错误提示
- },
-
- "references": [
- {
- "path": "./tsconfig.node.json"
- }
- ]
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。