From c75ff55bbc787e886b82f637dc28421c906f6888 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 8 Jun 2021 11:31:53 +0900 Subject: [PATCH] fix typescript config --- test-d/api.ts | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test-d/api.ts b/test-d/api.ts index 57c027f98..a9e9d403b 100644 --- a/test-d/api.ts +++ b/test-d/api.ts @@ -8,7 +8,7 @@ describe('API', () => { credential: 'TOKEN' }); const res = await cli.request('meta', { detail: true }); - expectType(res); + expectType(res); }); test('conditional respose type', async () => { diff --git a/tsconfig.json b/tsconfig.json index 3425c714e..e01a2935f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "module": "commonjs", "declaration": true, "outDir": "./built/", - "rootDir": "./src/", "removeComments": true, "strict": true, "strictFunctionTypes": true,