Skip to content

Commit

Permalink
chore: use Node 16 in tsconfig.json (#1256)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
  • Loading branch information
typicode and paescuj committed Apr 28, 2023
1 parent a54d403 commit 3749193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node12/tsconfig.json",
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
Expand All @@ -9,5 +9,5 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"removeComments": true
},
}
}

0 comments on commit 3749193

Please sign in to comment.