Skip to content

Commit a4b4cea

Browse files
committed
fix: correct tsconfig exclude typo
1 parent 4575c79 commit a4b4cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic-app/.h3ravel/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"emitDecoratorMetadata": true
3939
},
4040
"include": ["./**/*.d.ts", "./../**/*"],
41-
"exclude": ["./dist", "/.node_modules"]
41+
"exclude": ["./dist", "./node_modules"]
4242
}

0 commit comments

Comments
 (0)