From 8bbb495d516c6f49c935c72c9cd179d88890fc2d Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Fri, 27 May 2022 17:28:07 +0900 Subject: [PATCH] chore: add `.mts` to `tsconfig.json` --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 335f7a6d..511bf5cb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,7 @@ }, "include": [ "src/**/*.ts", + "src/**/*.mts", "src/**/*.test.ts" ], } \ No newline at end of file