githubEdit

๐Ÿ”€.deno.ts files

You can provide deno specific implementation of some files.

Let's say you have a src/lib/hash.tsarrow-up-right file in your project if you put a src/lib/hash.deno.tsarrow-up-right file alongside it Denoify will copy src/lib/hash.deno.tsarrow-up-right into deno_dist/lib/hash.tsarrow-up-right and ignore src/lib/hash.tsarrow-up-right.

Don't forget to ignore the src/**/*.deno.ts files in your tsconfig.jsonarrow-up-right.

That's all you need to know. ๐Ÿ˜ƒ

Last updated

Was this helpful?