Skip to content

Commit

Permalink
feat: exclude source files in example directory from build (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigrabbit authored Apr 7, 2023
1 parent 541a95a commit 85dc985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"rootDir": "src"
},
"include": ["src/**/*.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
"exclude": ["**/*.spec.ts", "**/*.test.ts", "src/example/**/*.ts"]
}

0 comments on commit 85dc985

Please sign in to comment.