mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-07 12:56:12 +01:00
Experience varies directly with equipment ruined.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -39,3 +39,5 @@ next-env.d.ts
|
|||||||
|
|
||||||
# db
|
# db
|
||||||
postgres-data
|
postgres-data
|
||||||
|
|
||||||
|
/dist
|
||||||
|
|||||||
1
src/index.ts
Normal file
1
src/index.ts
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export { type AppRouter, type AppRouterOutput } from '@/trpc/routers/_app'
|
||||||
@@ -14,15 +14,10 @@
|
|||||||
"incremental": true,
|
"incremental": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
}
|
},
|
||||||
|
"outDir": "./dist",
|
||||||
|
"declaration": true
|
||||||
},
|
},
|
||||||
"include": ["**/*.ts"],
|
"include": ["./src/index.ts", "./reset.d.ts"],
|
||||||
"exclude": ["node_modules"],
|
"exclude": ["node_modules"]
|
||||||
"ts-node": {
|
|
||||||
"require": ["tsconfig-paths/register", "dotenv/config"],
|
|
||||||
"compilerOptions": {
|
|
||||||
"isolatedModules": false,
|
|
||||||
"module": "CommonJS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user