Skip to content

Commit

Permalink
fix: include .adonisjs in tuyau build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jan 27, 2025
1 parent 379e3ef commit b6ae5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tsconfig.tuyau.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"composite": true,
"declaration": true
},
"include": ["."],
"include": [".", ".adonisjs/*"],
"exclude": ["node_modules", "build", "**/dist", "tests/*"]
}

0 comments on commit b6ae5ef

Please sign in to comment.