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'). */