chore(cli): Remove tsc-alias configuration from tsconfig template

This commit is contained in:
Aman Varshney
2025-07-21 19:34:59 +05:30
parent 41759c01ae
commit 23497b66c4
2 changed files with 5 additions and 3 deletions

View File

@@ -32,8 +32,5 @@
{{/unless}}
"jsx": "react-jsx"{{#if (eq backend "hono")}},
"jsxImportSource": "hono/jsx"{{/if}}
},
"tsc-alias": {
"resolveFullPaths": true
}
}