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 11d8d2e commit a1f08b5Copy full SHA for a1f08b5
package.json
@@ -91,7 +91,7 @@
91
"@adonisjs/ioc-transformer": "^2.3.2",
92
"@adonisjs/require-ts": "^2.0.8",
93
"@adonisjs/sink": "^5.1.6",
94
- "@poppinss/chokidar-ts": "^2.2.1",
+ "@poppinss/chokidar-ts": "^3.3.2",
95
"@poppinss/cliui": "^2.2.5",
96
"@poppinss/utils": "^3.2.0",
97
"cpy": "^8.1.2",
tsconfig.json
@@ -2,7 +2,8 @@
2
"extends": "./node_modules/@adonisjs/mrm-preset/_tsconfig",
3
"compilerOptions": {
4
"experimentalDecorators": true,
5
- "emitDecoratorMetadata": true
+ "emitDecoratorMetadata": true,
6
+ "skipLibCheck": true
7
},
8
"files": ["./node_modules/@adonisjs/application/build/adonis-typings/index.d.ts"]
9
}
0 commit comments