Skip to content

Commit 2af05e1

Browse files
committed
chore: remove paths from tsconfig
1 parent 141eb6b commit 2af05e1

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

tsconfig.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,7 @@
22
"extends": "@adonisjs/tsconfig/tsconfig.app.json",
33
"compilerOptions": {
44
"rootDir": "./",
5-
"outDir": "./build",
6-
"paths": {
7-
"#controllers/*": ["./app/controllers/*.js"],
8-
"#exceptions/*": ["./app/exceptions/*.js"],
9-
"#models/*": ["./app/models/*.js"],
10-
"#mails/*": ["./app/mails/*.js"],
11-
"#services/*": ["./app/services/*.js"],
12-
"#listeners/*": ["./app/listeners/*.js"],
13-
"#events/*": ["./app/events/*.js"],
14-
"#middleware/*": ["./app/middleware/*.js"],
15-
"#validators/*": ["./app/validators/*.js"],
16-
"#providers/*": ["./providers/*.js"],
17-
"#policies/*": ["./app/policies/*.js"],
18-
"#abilities/*": ["./app/abilities/*.js"],
19-
"#database/*": ["./database/*.js"],
20-
"#tests/*": ["./tests/*.js"],
21-
"#start/*": ["./start/*.js"],
22-
"#config/*": ["./config/*.js"]
23-
}
5+
"outDir": "./build"
246
},
25-
"exclude": ["./inertia/**/*"]
7+
"exclude": ["./inertia/**/*", "node_modules", "build"]
268
}

0 commit comments

Comments
 (0)