You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is related to sql js and you can see why just by running npm why @types/emscripten
npm why @types/emscripten
@types/[email protected] dev
node_modules/@types/emscripten
@types/emscripten@"*" from @types/[email protected]
node_modules/@types/sql.js
dev @types/sql.js@"^1.4.9" from the root project
I got compilation errors in my TypeScript project:
How to reproduce
git clone https://github.com/damms005/devdb-vscode
git checkout chore/switch-sqlite3-to-sqljs
npm i
npm run compile
The text was updated successfully, but these errors were encountered: