Skip to content

Commit

Permalink
chore: only include src
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 13, 2022
1 parent 4b691cf commit 7b02094
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 @@ -3,5 +3,7 @@
"rootDir": "src",
"outDir": "lib",
"declaration": true
}
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit 7b02094

Please sign in to comment.