From 3c4bb4d8b987d2372674d87310b7182b3d09e539 Mon Sep 17 00:00:00 2001 From: rca Date: Thu, 4 Jul 2024 23:22:47 +0900 Subject: [PATCH] test --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 22da31f..9df8248 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "experimentalDecorators": true, }, "extends": "./tsconfig.paths.json", - "include": ["src/**/*.ts"], + "include": ["src/**/*.ts", "src/*.ts"], "ts-node": { "esm": true, "experimentalSpecifierResolution": "node",