diff --git a/package.json b/package.json index 8890c37..1afaada 100644 --- a/package.json +++ b/package.json @@ -31,4 +31,4 @@ "eslint": "^8.56.0", "prettier": "^3.2.4" } -} \ No newline at end of file +} diff --git a/sandbox/package.json b/sandbox/package.json index 99e20bb..f38c2f3 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -30,4 +30,4 @@ "vite": "^5.0.12", "vite-plugin-eslint": "^1.8.1" } -} \ No newline at end of file +} diff --git a/tsconfig.build.json b/tsconfig.build.json index 60d581f..c7f5c03 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -7,11 +7,7 @@ "esModuleInterop": true, "jsx": "preserve", "noEmit": true, - "lib": [ - "dom", - "dom.iterable", - "esnext" - ], + "lib": ["dom", "dom.iterable", "esnext"], "target": "esnext", "noImplicitReturns": false, "resolveJsonModule": true, @@ -20,8 +16,6 @@ "verbatimModuleSyntax": true, "moduleResolution": "Bundler", "module": "ESNext", - "customConditions": [ - "source" - ], + "customConditions": ["source"] } -} \ No newline at end of file +}