axios-miniprogram/examples/uni-app/tsconfig.json

14 lines
307 B
JSON
Raw Normal View History

2023-08-15 15:43:24 +08:00
{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
2023-08-15 15:43:24 +08:00
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types"]
2023-08-15 15:43:24 +08:00
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
2023-08-15 15:43:24 +08:00
}