NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/tsconfig-paths/.nycrc.json

9 lines
165 B
JSON
Raw Normal View History

2023-09-14 14:47:11 +08:00
{
"include": ["src/**/*.{ts,tsx}"],
"exclude": ["src/register.ts"],
"extension": [".ts", ".tsx"],
"reporter": ["json"],
"sourceMap": true,
"all": true
}