We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
(Edited) We've standardized on using TypeScript for our libraries.
typescript
tsconfig.json
tsconfig.build.json
build
package.json
tsc
build:clean
typedoc
build:docs
typedoc.json
ts-node
@types/node
@metamask/eslint-config-typescript
@typescript-eslint/*
lint:eslint
ts
.eslintrc.js
@types/jest
ts-jest
The text was updated successfully, but these errors were encountered:
mikesposito
Successfully merging a pull request may close this issue.
(Edited) We've standardized on using TypeScript for our libraries.
typescript
as a development dependencies, and copytsconfig.json
andtsconfig.build.json
from the module template.build
script inpackage.json
to usetsc
build:clean
scripttypedoc
as development dependencies, copy thebuild:docs
package script from the module template, and copytypedoc.json
ts-node
and@types/node
as development dependencies@metamask/eslint-config-typescript
and@typescript-eslint/*
packageslint:eslint
package script includests
files.eslintrc.js
(again, see the module template)@types/jest
andts-jest
as development dependenciesThe text was updated successfully, but these errors were encountered: