Skip to content

Commit

Permalink
Only check the src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer14420 committed Nov 10, 2024
1 parent 71821a6 commit bf612b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,8 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},
"include": [
"src/**/*.ts" // Specify the files to be included
]
}

0 comments on commit bf612b0

Please sign in to comment.