mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
10 lines
218 B
Handlebars
10 lines
218 B
Handlebars
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
{{#unless (or (eq backend "convex") (eq backend "none"))}}
|
|
"references": [{
|
|
"path": "../server"
|
|
}]
|
|
{{/unless}}
|
|
}
|