mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: trpc integration
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"files": [],
|
||||
"files": ["../server/app.ts"],
|
||||
"compilerOptions": {
|
||||
"rootDir": "../",
|
||||
"composite": true,
|
||||
"target": "ESNext",
|
||||
"useDefineForClassFields": true,
|
||||
@@ -23,11 +24,11 @@
|
||||
"@/*": ["./*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "pages", "components", "screens", "lib"],
|
||||
"include": ["next-env.d.ts", "pages", "components", "screens", "lib", "./*"],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
}
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "../server/app.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user