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,14 +5,14 @@
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client"]
"types": ["vite/client"],
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
}
"path": "./tsconfig.app.json",
},
],
"extends": "../../tsconfig.base.json"
"extends": "../../tsconfig.base.json",
}

View File

@ -78,4 +78,3 @@
},
"tags": ["frontend"]
}

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",
}

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,
},
}