From 7a75ffa6b2d1062b88c87135d7ce50b587deb859 Mon Sep 17 00:00:00 2001 From: Tomachi <8929706+book000@users.noreply.github.com> Date: Thu, 27 Apr 2023 00:13:56 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4=E3=81=97=E3=81=AA=E3=81=84=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B=20(#19)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b565ffb..9af8643 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,17 @@ { - "ts-node": { "files": true }, + "ts-node": { + "files": true + }, "compilerOptions": { "target": "es2020", "module": "commonjs", "moduleResolution": "Node", - "lib": ["ESNext", "esnext.AsyncIterable"], + "lib": [ + "ESNext", + "esnext.AsyncIterable" + ], "outDir": "./dist", - "removeComments": true, + "removeComments": false, "esModuleInterop": true, "allowJs": true, "checkJs": true, @@ -25,8 +30,12 @@ "baseUrl": ".", "newLine": "LF", "paths": { - "@/*": ["src/*"] + "@/*": [ + "src/*" + ] } }, - "include": ["src/**/*"] -} + "include": [ + "src/**/*" + ] +} \ No newline at end of file