Closed princejoogie closed 2 years ago
Here is generated types from tsc command, not everything has types yet but is enough to be very usable with typescript. ill complete the types soon
tsc
create a tsconfig.json file with this content
tsconfig.json
{ "include": [ "src/**/*" ], "compilerOptions": { "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "dist" } }
run npx tsc in root dir
npx tsc
change types of obvious params like name which should be string
name
ran into some issue. will reopen once a fix is done
I added type declarations!
here
Here is generated types from
tsc
command, not everything has types yet but is enough to be very usable with typescript. ill complete the types soonSteps done
create a
tsconfig.json
file with this contentrun
npx tsc
in root dirchange types of obvious params like
name
which should be string