Feature/language service plugin#154
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ff5fe31 to
d8d0779
Compare
d8d0779 to
1d7332c
Compare
1d7332c to
50eb9c0
Compare
50eb9c0 to
57fbc9c
Compare
57fbc9c to
fc27b02
Compare
| @@ -0,0 +1,53 @@ | |||
| import { parseErrors } from '@total-typescript/error-translation-engine'; | |||
There was a problem hiding this comment.
@mattpocock I'm not sure if this is the right function to import here
| "license": "MIT", | ||
| "main": "./src/index.ts", | ||
| "types": "./src/index.ts", | ||
| "main": "./out/index.js", |
There was a problem hiding this comment.
@mattpocock I needed this change to make plugin bundling work.

This is just a draft PR.
Closes #51