shop/echarts-master/test/ut/tsconfig.json
2025-05-03 23:48:15 +08:00

21 lines
346 B
JSON
Generated

{
"compilerOptions": {
"target": "ES6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictBindCallApply": true,
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"@/*": ["../../*"]
}
},
"include": [
"**/*.ts"
],
"exclude": [
]
}