mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-15 12:06: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
|
||||
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,
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"outDir": "./dist",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["**/*.ts"],
|
||||
"exclude": ["node_modules"],
|
||||
"ts-node": {
|
||||
"require": ["tsconfig-paths/register", "dotenv/config"],
|
||||
"compilerOptions": {
|
||||
"isolatedModules": false,
|
||||
"module": "CommonJS"
|
||||
}
|
||||
}
|
||||
"include": ["./src/index.ts", "./reset.d.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user