Commit a538bf0b authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: target ESNext for dev (#6379)

* build: add caching to eslint

* build: add caching to jest

* build: add caching to tsc

* build: add caching to actions

* fix: upgrade upload-artifact to v3

* build: update craco eslint cacheLocation

* build: target ESNext for dev

* merge again
parent 135cb8fb
......@@ -10,7 +10,7 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "esnext"],
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
......@@ -23,7 +23,7 @@
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"target": "es5",
"target": "ESNext",
"tsBuildInfoFile": "node_modules/.cache/.tsbuildinfo",
"types": ["jest"],
"useUnknownInCatchVariables": false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment