Skip to content

Commit 23497b6

Browse files
chore(cli): Remove tsc-alias configuration from tsconfig template
1 parent 41759c0 commit 23497b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/lemon-cups-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
Remove tsc-alias configuration from tsconfig

apps/cli/templates/backend/server/server-base/tsconfig.json.hbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@
3232
{{/unless}}
3333
"jsx": "react-jsx"{{#if (eq backend "hono")}},
3434
"jsxImportSource": "hono/jsx"{{/if}}
35-
},
36-
"tsc-alias": {
37-
"resolveFullPaths": true
3835
}
3936
}

0 commit comments

Comments
 (0)