From b131936af07d5bc35ac4409e4f833fa3118dd3c3 Mon Sep 17 00:00:00 2001 From: Sungyu Kang Date: Thu, 14 Nov 2024 10:30:39 +0900 Subject: [PATCH] fix: biome --- .../babel-plugin-hot-updater/tsconfig.json | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/babel-plugin-hot-updater/tsconfig.json b/packages/babel-plugin-hot-updater/tsconfig.json index a22865b3..73b5f7c3 100644 --- a/packages/babel-plugin-hot-updater/tsconfig.json +++ b/packages/babel-plugin-hot-updater/tsconfig.json @@ -1,17 +1,17 @@ { - "compilerOptions": { - "target": "ES6", - "removeComments": true, - "module": "commonjs", - "skipLibCheck": true, - "sourceMap": true, - "strict": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "lib", - "rootDir": "src", - "declaration": false, - "noEmit": false, - }, - "include": ["src"] - } \ No newline at end of file + "compilerOptions": { + "target": "ES6", + "removeComments": true, + "module": "commonjs", + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "resolveJsonModule": true, + "esModuleInterop": true, + "outDir": "lib", + "rootDir": "src", + "declaration": false, + "noEmit": false + }, + "include": ["src"] +}