Denoify
HomeGitHub
  • 🚀Quick start
  • 🔀.deno.ts files
  • 🔧Build options
  • 🪄Special comments
  • 🔍Automatic discovery of ports
  • 📤Publishing on deno.land/x
  • 🆘Deal with GitHub API rate limit exceeded
  • 📚Other resources
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF

.deno.ts files

You can provide deno specific implementation of some files.

PreviousQuick startNextBuild options

Last updated 2 years ago

Was this helpful?

Let's say you have a file in your project if you put a file alongside it Denoify will copy into and ignore .

Don't forget to .

That's all you need to know. 😃

🔀
src/lib/hash.ts
src/lib/hash.deno.ts
src/lib/hash.deno.ts
deno_dist/lib/hash.ts
src/lib/hash.ts
ignore the src/**/*.deno.ts files in your tsconfig.json