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",