Fixed angular setup for windoof and linux

This commit is contained in:
2022-11-14 20:10:44 +01:00
parent 8fa6458d6e
commit 87435614db
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
},
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",