Closed shirakaba closed 1 year ago
To reproduce, create any project with create-remdx using the convenience command:
create-remdx
npm init remdx
New projects lack a tsconfig.json, so we get errors in the editor:
tsconfig.json
Providing the tsconfig.json from https://github.com/nkzw-tech/dev-velocity-talk/blob/main/tsconfig.json resolves the error.
To reproduce, create any project with
create-remdx
using the convenience command:New projects lack a
tsconfig.json
, so we get errors in the editor:Providing the
tsconfig.json
from https://github.com/nkzw-tech/dev-velocity-talk/blob/main/tsconfig.json resolves the error.