From be5ceff38550aa4c23d5ff29ba7666b6542bee1c Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Sun, 14 Jan 2024 21:53:07 +0700 Subject: [PATCH] chore: use two spaces for jsons --- tsconfig.base.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index a176582..4183ad5 100755 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,17 +1,17 @@ -{ - // `bun-types` will not be added until https://github.com/oven-sh/bun/issues/7247 is fixed - "extends": ["@tsconfig/strictest" /* "bun-types" */], - "compilerOptions": { - "lib": ["ESNext"], - "module": "NodeNext", - "moduleResolution": "Bundler", - "target": "ESNext", - "skipLibCheck": true, - "skipDefaultLibCheck": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "declaration": false, - "allowSyntheticDefaultImports": true, - "isolatedModules": true - } -} +{ + // `bun-types` will not be added until https://github.com/oven-sh/bun/issues/7247 is fixed + "extends": ["@tsconfig/strictest" /* "bun-types" */], + "compilerOptions": { + "lib": ["ESNext"], + "module": "NodeNext", + "moduleResolution": "Bundler", + "target": "ESNext", + "skipLibCheck": true, + "skipDefaultLibCheck": true, + "resolveJsonModule": true, + "esModuleInterop": true, + "declaration": false, + "allowSyntheticDefaultImports": true, + "isolatedModules": true + } +}