From 4927a26c9281ec637fefdfee768c47bdcf368b88 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 29 Dec 2021 05:50:21 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20makeAPIPath=20=ED=9D=94=EC=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/makeAPIPath.ts | 4 ++++ tsconfig.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/makeAPIPath.ts b/src/makeAPIPath.ts index e69de29b..5c603f80 100644 --- a/src/makeAPIPath.ts +++ b/src/makeAPIPath.ts @@ -0,0 +1,4 @@ +//TODO: API 경로를 읽어서 SammoAPI.ts, SammoRootAPI에 쉽게 채울 수 있도록 값 만들어주기 +export {} + +console.log('Hello World!'); \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 35085cc7..ba0c3108 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ // "composite": true, /* Enable project compilation */ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */ // "removeComments": true, /* Do not emit comments to output. */ - // "noEmit": true, /* Do not emit outputs. */ + "noEmit": true, /* Do not emit outputs. */ // "importHelpers": true, /* Import emit helpers from 'tslib'. */ // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */