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

@ -7,16 +7,16 @@
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
"path": "./tsconfig.lib.json",
},
{
"path": "./tsconfig.spec.json"
}
]
"path": "./tsconfig.spec.json",
},
],
}