Skip to content

Commit

Permalink
add exclude and include
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Shimada committed May 21, 2022
1 parent a2ea2e1 commit 5c7f8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
"compilerOptions": {
"declarationDir": "./dist/cjs",
},
"exclude": ["./dist", "./samples", "*/**/*.test.ts", "node_modules"],
"include": ["./src"]
}

0 comments on commit 5c7f8d9

Please sign in to comment.