Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled isolatedModules & noImplicitAny flags.
isolatedModules flag was causing vuejs reactivity compilation errors. See error below and vitejs/vite#5814 & vuejs/core#1228 ``` node_modules/@vue/reactivity/dist/reactivity.d.ts:26:15 - error TS2748: Cannot access ambient const enums when the '--isolatedModules' flag is provided. 26 readonly [ReactiveFlags.IS_READONLY]: boolean; ``` noImplicitAny flag was causing compilation errors when using named slots.
- Loading branch information