chore: lint

This commit is contained in:
naskya 2023-11-06 21:11:39 +09:00
parent 082cd3ac1d
commit 15e646c8b1
Signed by: naskya
GPG key ID: 164DFF24E2D40139
23 changed files with 85 additions and 88 deletions
packages/sw

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