diff options
Diffstat (limited to 'packages/trpc/tsconfig.json')
| -rw-r--r-- | packages/trpc/tsconfig.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/trpc/tsconfig.json b/packages/trpc/tsconfig.json index bf020b01..80329662 100644 --- a/packages/trpc/tsconfig.json +++ b/packages/trpc/tsconfig.json @@ -1,13 +1,10 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "extends": "@tsconfig/node21/tsconfig.json", + "extends": "@hoarder/tsconfig/node.json", "include": ["**/*.ts"], "exclude": ["node_modules"], "compilerOptions": { - "module": "ESNext", - "moduleResolution": "node", - "baseUrl": "./", - "esModuleInterop": true - } + "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" + }, } |
