format and remove unused externallink component

This commit is contained in:
Jorrin
2024-02-03 21:38:58 +01:00
parent d261779b6d
commit a56dac54fe
5 changed files with 9 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
{
"extends": "@movie-web/tsconfig/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
},
"include": ["."],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}