Skip to content

Commit

Permalink
Merge 8431f92 into f36857f
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Oct 19, 2023
2 parents f36857f + 8431f92 commit 7ae6e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"target": "es2021",
"sourceMap": true,
"baseUrl": "./",
"incremental": true
"incremental": true,
"newLine":"lf"
},
"include": ["**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
Expand Down

0 comments on commit 7ae6e73

Please sign in to comment.