Skip to content

Commit

Permalink
Merge pull request #180 from humanmade/fix-out-dir
Browse files Browse the repository at this point in the history
Fix outdir including src
  • Loading branch information
wisyhambolu authored Mar 5, 2024
2 parents 80e48d6 + f481aca commit 82ce023
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,5 +15,5 @@
"outDir": "dist"
},
"exclude": ["node_modules"],
"include": ["./src/**/*.ts", "./*.d.ts", "./tests/**/*.ts"],
"include": ["./src/**/*.ts", "./*.d.ts"],
}

0 comments on commit 82ce023

Please sign in to comment.