Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tsconfig.json - remove es6 so that app can inherit from es2020…
… in base.json Drizzle issue here:drizzle-team/drizzle-orm#803 Drizzle requires target newer than es5, but next was shipping es5 until recently (even though it didn't use it). Fix is to remove override in this config file and let it use the base.json target, which is es2020.
- Loading branch information