@tianyio/quality-helper
Version:
A comprehensive quality helper tool for project scaffolding and management
26 lines (23 loc) • 432 B
JSON
{
"compilerOptions": {
"jsx": "preserve",
"outDir": "./dist",
"rootDir": "."
},
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.vue", "**/*.html"],
"exclude": [
"**/node_modules",
"**/dist",
"**/build",
"**/out",
"**/lib",
"**/coverage",
"**/docs",
"**/static",
"**/.tsbuildinfo",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx"
]
}