diff options
| -rw-r--r-- | tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index d3bd0f3..278db51 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "moduleResolution": "NodeNext", "module": "NodeNext", "outDir": "./dist", - "rootDir": "./src", + "rootDir": "./", "sourceMap": true, // "declaration": true, @@ -26,7 +26,8 @@ ] }, "include": [ - "./src" + "./src", + "./api" ], "ts-node": { "esm": true |
