From 391e5a3773423644117a0ef929f613249521130f Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Sat, 3 Aug 2024 07:33:30 +0200 Subject: [PATCH] chore(tools): add typecheck --- .github/workflows/ci.yml | 1 + tsconfig.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f57aaf6c6..29920044e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,5 +48,6 @@ jobs: with: node-version: ${{matrix.node}}.x - run: npm install + - run: npm run typecheck - run: npm run build - run: npm test diff --git a/tsconfig.json b/tsconfig.json index 396e4faf3..c720ba798 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "module": "NodeNext", "resolveJsonModule": true, "skipLibCheck": true, - "verbatimModuleSyntax": true, "allowImportingTsExtensions": true, "strict": true, "target": "ES2022"