Add newline at end of tsconfig.base.json
This change ensures the file ends with a newline character, conforming to standard formatting practices. It helps in maintaining consistency and prevents potential issues with some text editors and version control systems.
This commit is contained in:
parent
b336c41bdd
commit
91b87237b2
@ -20,4 +20,4 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", "tmp"]
|
"exclude": ["node_modules", "tmp"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user