diff options
| author | Ritesh Ghosh <[email protected]> | 2023-11-29 21:29:01 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-11-29 21:29:01 +0530 |
| commit | 8958ebd1ad274083d9bc8a5682093926df4fce99 (patch) | |
| tree | 32035bdfd0196d00d1ca75f396edd50891a641c3 | |
| parent | 2a0dcf88254742bfc96a97c87c5570e6dd50e0bb (diff) | |
| download | aniwatch-api-8958ebd1ad274083d9bc8a5682093926df4fce99.tar.xz aniwatch-api-8958ebd1ad274083d9bc8a5682093926df4fce99.zip | |
build: update tsconfig for vercel deployment
| -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 |
