VSCode配置项
1,jsconfig.json
{ "compilerOptions": { "target": "es6", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": { "@/*": ["src/*"] } }, "exclude": ["node_modules", "dist"] }
VSCode配置项
1,jsconfig.json
{ "compilerOptions": { "target": "es6", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": { "@/*": ["src/*"] } }, "exclude": ["node_modules", "dist"] }