Skip to content

Commit

Permalink
Omit tests and node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Jun 19, 2024
1 parent 202eb4d commit 4a7253b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"rootDir": "./src",
"skipLibCheck": true
},
"include": ["./src/**/*"]
"include": ["./src/**/*"],
"exclude": [
"node_modules",
"**/*.test.ts"
]
}

0 comments on commit 4a7253b

Please sign in to comment.