Skip to content

Commit 338e68e

Browse files
committed
use node lts
1 parent 71f7cb1 commit 338e68e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/oauth2-bearer/jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
preset: 'ts-jest',
3-
roots: ['.'],
43
reporters: [
54
'default',
65
[

packages/oauth2-bearer/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@tsconfig/node12/tsconfig.json",
33
"compilerOptions": {
4+
"allowJs": true,
45
"useUnknownInCatchVariables": false,
56
"module": "ES2020",
67
"removeComments": true,

0 commit comments

Comments
 (0)