We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e345b8 commit db7bcf8Copy full SHA for db7bcf8
.changeset/eight-steaks-camp.md
@@ -0,0 +1,5 @@
1
+---
2
+"@jspsych/config": patch
3
4
+
5
+allow JSON resolution in contrib repository for usage of package.json in versioning
packages/config/tsconfig.contrib.json
@@ -5,6 +5,8 @@
"paths": {
6
// map jspsych-contrib package imports directly to their source files
7
"@jspsych-contrib/*": ["../*/src"]
8
- }
+ },
9
+ // allow json resolving to automatically pull package.json info
10
+ "resolveJsonModule": true
11
}
12
0 commit comments