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 @@ ...@@ -10,7 +10,7 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"isolatedModules": true, "isolatedModules": true,
"jsx": "react-jsx", "jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "esnext"], "lib": ["DOM", "DOM.Iterable", "ESNext"],
"module": "esnext", "module": "esnext",
"moduleResolution": "node", "moduleResolution": "node",
"noEmit": true, "noEmit": true,
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"skipLibCheck": true, "skipLibCheck": true,
"strict": true, "strict": true,
"strictNullChecks": true, "strictNullChecks": true,
"target": "es5", "target": "ESNext",
"tsBuildInfoFile": "node_modules/.cache/.tsbuildinfo", "tsBuildInfoFile": "node_modules/.cache/.tsbuildinfo",
"types": ["jest"], "types": ["jest"],
"useUnknownInCatchVariables": false "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