Skip to content

Commit

Permalink
fix: exclude dist from targets to avoid overwrite warning
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan committed Oct 14, 2024
1 parent a6943fa commit e88207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/aas-aid/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"strictNullChecks": true
},
"include": ["*.ts", "**/*.ts", "../src/**/*.ts", "**/AIDSchema.json"],
"exclude": []
"exclude": ["./dist/**/*"]
}

0 comments on commit e88207d

Please sign in to comment.