nkzw-tech / remdx

Beautiful Minimalist React & MDX Presentations
MIT License
312 stars 9 forks source link

create-remdx does not provision a tsconfig.json #7

Closed shirakaba closed 1 year ago

shirakaba commented 1 year ago

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.