Skip to content

Commit

Permalink
Only build src/
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylorme committed Jan 28, 2024
1 parent d22fb5e commit 68999ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"rootDir": "./src",
"moduleResolution": "node"
},
"include": [".github/actions/**/*.ts", "**/*.ts"],
"include": [".github/actions/**/*.ts", "src/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 68999ed

Please sign in to comment.