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:
Mathis H (Avnyr) 2024-09-23 12:09:14 +02:00
parent b336c41bdd
commit 91b87237b2
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -20,4 +20,4 @@
}
},
"exclude": ["node_modules", "tmp"]
}
}