mirror of
https://example.com
synced 2024-11-22 23:36:38 +09:00
chore: format
This commit is contained in:
parent
465a585f47
commit
dd6ef65dee
1 changed files with 2 additions and 7 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue