Skip to content

Commit

Permalink
Merge pull request #28 from fac30:tsconfig-files
Browse files Browse the repository at this point in the history
chore: update include/exclude keys in tsconfig
  • Loading branch information
JasonWarrenUK authored Sep 24, 2024
2 parents 6aa7699 + 941053c commit 3f76431
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,7 @@
/* 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/controllers", "src/routes", "src/app.ts"],
"exclude": ["src/data", "node_modules", "dist", "docs", ".github", ".vscode", ".gitignore", ".prettierrc.json", "eslint.config.mjs", "package-lock.json", "package.json", "README.md"]
}

0 comments on commit 3f76431

Please sign in to comment.