mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Update hono, elysia, express, fastify template to use tsdown (#399)
This commit is contained in:
@@ -23,11 +23,23 @@
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["./next-env.d.ts", "./**/*.ts", "./**/*.tsx", "./.next/types/**/*.ts"],
|
||||
"exclude": ["./node_modules"],
|
||||
"include": [
|
||||
"./next-env.d.ts",
|
||||
"./**/*.ts",
|
||||
"./**/*.tsx",
|
||||
"./.next/types/**/*.ts",
|
||||
{{#if (eq runtime "workers")}}
|
||||
"../server/worker-configuration.d.ts"
|
||||
{{/if}}
|
||||
],
|
||||
"exclude": [
|
||||
"./node_modules"
|
||||
],
|
||||
{{#unless (or (eq backend "convex") (eq backend "none"))}}
|
||||
"references": [{
|
||||
"path": "../server"
|
||||
}]
|
||||
"references": [
|
||||
{
|
||||
"path": "../server"
|
||||
}
|
||||
]
|
||||
{{/unless}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user