diff --git a/packages/sw/tsconfig.json b/packages/sw/tsconfig.json index fad2ae567..cc5e041d1 100644 --- a/packages/sw/tsconfig.json +++ b/packages/sw/tsconfig.json @@ -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"] }