josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
820 stars 108 forks source link

Feat/strict typescript #215

Closed josdejong closed 1 year ago

josdejong commented 1 year ago

Configure TypeScript strictly, and fix all TS issues in *.ts files.

Still to do: fix all TypeScript issues in Svelte components (*.svelte). Those can be tested via npm run check