Skip to content

chore: add tsconfig.json restricting erasableSyntaxOnly#51

Open
legendecas wants to merge 1 commit intomainfrom
tsconfig
Open

chore: add tsconfig.json restricting erasableSyntaxOnly#51
legendecas wants to merge 1 commit intomainfrom
tsconfig

Conversation

@legendecas
Copy link
Copy Markdown
Member

Restricts TypeScript syntax to be erasableSyntaxOnly and perform type-checks in CI.

"scripts": {
"node:test": "node --test ./implementors/node/run-tests.ts",
"lint": "eslint",
"lint": "eslint && tsc -p .",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"lint": "eslint && tsc -p .",
"lint": "eslint && tsc",

Is this -p . not optional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Need Triage

Development

Successfully merging this pull request may close these issues.

3 participants