We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095bf84 commit 1be45adCopy full SHA for 1be45ad
.github/workflows/NodeCI.yml
@@ -16,6 +16,8 @@ jobs:
16
run: yarn install
17
- name: Lint
18
run: yarn lint
19
+ - name: Build
20
+ run: yarn build
21
test:
22
runs-on: ubuntu-latest
23
strategy:
tsconfig.json
@@ -10,7 +10,9 @@
10
"noFallthroughCasesInSwitch": true,
11
"noUnusedLocals": true,
12
"noUnusedParameters": true,
13
- "esModuleInterop": true
+ "esModuleInterop": true,
14
+
15
+ "skipLibCheck": true
},
"include": [
"src/**/*.ts",
0 commit comments