Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit c9aa8d0

Browse files
author
root
committed
update tsconfig.json
1 parent c10017a commit c9aa8d0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
33
/* Visit https://aka.ms/tsconfig to read more about this file */
4-
4+
"outDir": "./dist",
5+
"rootDir": "./api",
56
/* Projects */
67
// "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
78
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
@@ -110,5 +111,6 @@
110111
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
111112
"skipLibCheck": true ,
112113

113-
}
114+
},
115+
"include": ["api/**/*"]
114116
}

0 commit comments

Comments
 (0)