ah-jjzhgd-web/jsconfig.json

11 lines
189 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
},
"skipLibCheck": true
},
"exclude": ["node_modules", "dist"]
}