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
❯ pnpm borp
SyntaxError: Expected double-quoted property name in JSON at position 50 (line 5 column 3)
at JSON.parse (<anonymous>)
at runWithTypeScript (file:///home/timbo/workspace/repo/node_modules/.pnpm/[email protected]/node_modules/borp/lib/run.js:59:27)
at async file:///home/timbo/workspace/repo/node_modules/.pnpm/[email protected]/node_modules/borp/borp.js:126:18
2. Doesn't support extends
{"extends": "../tsconfig.json",}
gives error:
❯ pnpm borp
SyntaxError: Expected double-quoted property name in JSON at position 34 (line 3 column 1)
at JSON.parse (<anonymous>)
at runWithTypeScript (file:///home/timbo/workspace/repo/node_modules/.pnpm/[email protected]/node_modules/borp/lib/run.js:59:27)
at async file:///home/timbo/workspace/repo/node_modules/.pnpm/[email protected]/node_modules/borp/borp.js:126:18
The text was updated successfully, but these errors were encountered:
Just starting off with borp, and the first thing i've seen is that it has issues with typical tsconfig files.
1. Doesn't support comments
gives error:
2. Doesn't support
extends
gives error:
The text was updated successfully, but these errors were encountered: