Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the Node.js tsconfig.json more like the Vite starter
The way Vite loads TypeScript config files seems to work more like this than like regular Node.js resolution. I'm not sure exactly what they do under the hood, but this is how their starter template is configured, and in another project that uses Tailwind with a TypeScript config I had actual complaints from VS Code with the node16 settings (though no complaints from Vite).
- Loading branch information