From ef4dfcfb3a8d67f17ea4032110ab2cf63d824b8d Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 12 Mar 2024 11:04:00 +0800 Subject: [PATCH] Remove migrations tsconfig changes --- packages/db/tsconfig.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/packages/db/tsconfig.json b/packages/db/tsconfig.json index 34c06530c..b08285106 100755 --- a/packages/db/tsconfig.json +++ b/packages/db/tsconfig.json @@ -1,16 +1,3 @@ { - "$schema": "https://json.schemastore.org/tsconfig", - "display": "Node 14", - "_version": "14.1.0", - - "compilerOptions": { - "lib": ["es2020"], - "module": "node16", - "target": "es2020", - "noImplicitAny": false, - "strict": true, - "esModuleInterop": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, - "moduleResolution": "node16" - }} + "extends": "@tsconfig/node14/tsconfig.json" +}