format files

This commit is contained in:
Amruth Pillai
2024-01-21 10:44:22 +01:00
parent 0590367b7f
commit 1aaaaeca20
12 changed files with 281 additions and 304 deletions

View File

@ -4,13 +4,13 @@
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
"path": "./tsconfig.app.json",
},
{
"path": "./tsconfig.spec.json"
}
"path": "./tsconfig.spec.json",
},
],
"compilerOptions": {
"esModuleInterop": true
}
"esModuleInterop": true,
},
}