is bun init the only way to have tsconfig.json to work with ts files? cause I've tried manually entering typescript in package.json as a peer dep and using bun install cause that is what it looks like bun init creates for typescript, but idk if there is something else I'm missing, I'm just curious, do I need to not have a tsconfig.json file and use bun init in a folder with ts files if I want that tsconfig.json to work with the ts files
#tsconfig.json with bun ts files alternative
1 messages · Page 1 of 1 (latest)
this could help you out:
https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
Learn about how a TSConfig works
do you install Bun-types?