Skip to content

Commit

Permalink
Update tsconfig.build.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored May 10, 2024
1 parent 79eadbe commit abd005a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
"compilerOptions": {
"outDir": "./dist",
},
"include": [
"src/**/*"
],
"exclude": ["node_modules", "**/*.spec.ts"]
}

0 comments on commit abd005a

Please sign in to comment.