plusone-admin-ui/tsconfig.json

20 lines
342 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"lib": ["ES2017"],
"target": "ES2015",
"baseUrl": ".",
"paths": {
"@": ["src"],
"@/*": ["./src/*"]
}
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}