We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0155f5 commit 289600dCopy full SHA for 289600d
package.json
@@ -79,6 +79,12 @@
79
"resolutions": {
80
"@types/express-serve-static-core": "4.17.38"
81
},
82
+ "jest": {
83
+ "projects": [
84
+ "<rootDir>/packages/*",
85
+ "<rootDir>/modules/*"
86
+ ]
87
+ },
88
"collective": {
89
"type": "opencollective",
90
"url": "https://opencollective.com/accounts-js",
tsconfig.json
@@ -8,6 +8,8 @@
8
"declaration": true,
9
"pretty": true,
10
"strict": true,
11
- "esModuleInterop": true
+ "esModuleInterop": true,
12
+ "emitDecoratorMetadata": true,
13
+ "experimentalDecorators": true
14
}
15
0 commit comments