chore: format

This commit is contained in:
Kainoa Kanter 2023-11-16 14:20:43 -08:00
parent 465a585f47
commit dd6ef65dee
1 changed files with 2 additions and 7 deletions

View File

@ -27,13 +27,8 @@
"node_modules/@types",
"@types",
],
"lib": [
"esnext",
"webworker"
]
"lib": ["esnext", "webworker"]
},
"compileOnSave": false,
"include": [
"./**/*.ts", "./**/*.d.ts", "./**/*.tsx", "./**/*.vue"
]
"include": ["./**/*.ts", "./**/*.d.ts", "./**/*.tsx", "./**/*.vue"]
}