There was an error while loading. Please reload this page.
1 parent c10017a commit c9aa8d0Copy full SHA for c9aa8d0
1 file changed
tsconfig.json
@@ -1,7 +1,8 @@
1
{
2
"compilerOptions": {
3
/* Visit https://aka.ms/tsconfig to read more about this file */
4
-
+ "outDir": "./dist",
5
+ "rootDir": "./api",
6
/* Projects */
7
// "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
8
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
@@ -110,5 +111,6 @@
110
111
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
112
"skipLibCheck": true ,
113
- }
114
+ },
115
+ "include": ["api/**/*"]
116
}
0 commit comments