nkzw-tech / remdx

Beautiful Minimalist React & MDX Presentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-remdx does not provision a tsconfig.json

shirakaba opened this issue · comments

To reproduce, create any project with create-remdx using the convenience command:

npm init remdx

New projects lack a tsconfig.json, so we get errors in the editor:

image

Providing the tsconfig.json from https://github.com/nkzw-tech/dev-velocity-talk/blob/main/tsconfig.json resolves the error.