bump Node.js to 16 & 18

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-07-09 16:32:48 +02:00
parent 7d1169e62c
commit 7605c11cda
22 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
"incremental": true,
"isolatedModules": true,
"jsx": "react",
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2020"],
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2021"],
"module": "ESNext",
"moduleResolution": "node",
"noEmit": false,
@@ -32,7 +32,7 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "ES2019",
"target": "ES2021",
"types": ["node", "jest", "webpack-env"],
"useDefineForClassFields": true
}