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

@ -5,17 +5,17 @@
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client", "vitest"]
"types": ["vite/client", "vitest"],
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
"path": "./tsconfig.app.json",
},
{
"path": "./tsconfig.spec.json"
}
"path": "./tsconfig.spec.json",
},
],
"extends": "../../tsconfig.base.json"
"extends": "../../tsconfig.base.json",
}