Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit a899218

Browse files
committed
refactor: remove types from the tsconfig file
1 parent cbf4fae commit a899218

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasks/createTsConfig.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ const task: TaskFn = (absPath) => {
2121
tsconfig.set('exclude', ['node_modules', 'build'])
2222
tsconfig.set('extends', './node_modules/adonis-preset-ts/tsconfig')
2323
tsconfig.set('compilerOptions', {
24-
types: [
25-
'@adonisjs/core',
26-
'@adonisjs/bodyparser',
27-
],
2824
paths: {
2925
'App/*': ['./app/*'],
3026
'Contracts/*': ['./contracts/*'],

0 commit comments

Comments
 (0)