Skip to content

Commit b6fad34

Browse files
committed
Update typescript
1 parent afba933 commit b6fad34

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"prebuild": "npm run clean && npm run lint && mkdir dist",
24-
"build": "tsc && rm -rf dist/test",
24+
"build": "tsc",
2525
"clean": "rm -rf dist",
2626
"lint": "eslint --report-unused-disable-directives . --color --ext .js,.ts,.tsx && tsc --noEmit",
2727
"prepublishOnly": "npm run build",
@@ -75,7 +75,7 @@
7575
"eslint-plugin-escompat": "^3.1.0",
7676
"eslint-plugin-github": "^4.0.1",
7777
"mocha": "^8.0.1",
78-
"ts-node": "10.7.0",
79-
"typescript": "^3.9.6"
78+
"ts-node": "^10.7.0",
79+
"typescript": "^4.6.4"
8080
}
8181
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"declarationMap": true,
1414
"outDir": "dist",
1515
"experimentalDecorators": true
16-
}
16+
},
17+
"exclude": ["test", "dist"]
1718
}

0 commit comments

Comments
 (0)