midday-ai / v1

An open-source starter kit based on Midday.
https://v1.run
MIT License
3.18k stars 285 forks source link

Any reason why typescript is installed on the root package.json? #48

Closed baptisteArno closed 2 months ago

baptisteArno commented 2 months ago

Following: https://turbo.build/repo/docs/guides/tools/typescript#you-likely-dont-need-a-tsconfigjson-file-in-the-root-of-your-project

I was wondering why there is a tsconfig.json at the root of the repo. Does it serve any purpose here?

baptisteArno commented 2 months ago

I figured that's for tsserver binary to be found in https://github.com/midday-ai/v1/blob/68ca260f6911e40b0cbfbf345be6e22aac254128/.vscode/settings.json#L18

Otherwise it won't be picked up.