Skip to content

Commit b937786

Browse files
committed
Merge branch 'develop' into main
2 parents 6c4c226 + 86ca71b commit b937786

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@babel/preset-env": "^7.16.11",
5858
"@babel/preset-react": "^7.16.7",
5959
"@babel/preset-typescript": "^7.16.7",
60+
"@bjoluc/ncc-import-meta-fix": "0.33.4",
6061
"@bjoluc/semantic-release-config-npm": "^2.0.1",
6162
"@jspsych/plugin-fullscreen": "^1.1.0",
6263
"@jspsych/plugin-html-keyboard-response": "^1.1.0",
@@ -74,7 +75,6 @@
7475
"@types/update-notifier": "^5.1.0",
7576
"@types/uuid": "^8.3.4",
7677
"@types/yargs": "^17.0.9",
77-
"@vercel/ncc": "^0.33.3",
7878
"axios": "^0.25.0",
7979
"chalk": "^5.0.0",
8080
"clean-webpack-plugin": "^4.0.0",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
33
"include": ["src", "types"],
44
"compilerOptions": {
5-
"module": "esnext",
5+
"module": "es2020",
66
"target": "es2020",
77
"lib": ["dom", "esnext"],
88
"importHelpers": true,
@@ -30,7 +30,6 @@
3030
"skipLibCheck": true,
3131
// error out if import and file system have a casing mismatch. Recommended by TS
3232
"forceConsistentCasingInFileNames": true,
33-
// `tsdx build` ignores this option, but it is commonly used when type-checking separately with `tsc`
3433
"noEmit": true,
3534
"downlevelIteration": true
3635
}

0 commit comments

Comments
 (0)