We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228f0df commit 7b28446Copy full SHA for 7b28446
3 files changed
package.json
@@ -20,7 +20,7 @@
20
}
21
},
22
"peerDependencies": {
23
- "adminjs": "^5.2.0",
+ "adminjs": "^5.3.1",
24
"@adminjs/design-system": "^2.0.2"
25
26
"devDependencies": {
@@ -31,7 +31,7 @@
31
"@types/jest": "^26.0.14",
32
"@typescript-eslint/eslint-plugin": "^3.7.0",
33
"@typescript-eslint/parser": "^3.7.0",
34
35
"eslint": "^7.5.0",
36
"eslint-config-prettier": "^6.10.1",
37
"eslint-plugin-import": "^2.22.0",
tsconfig.json
@@ -15,6 +15,7 @@
15
"baseUrl": "./",
16
"outDir": "lib",
17
"declarationDir": "types",
18
+ "skipLibCheck": true,
19
"allowSyntheticDefaultImports": true
"exclude": ["test", "lib", "types"]
0 commit comments