Skip to content

Commit

Permalink
Remove composite
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed May 21, 2023
1 parent b476b9b commit 3636b08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions packages/svelte-query-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": true,
"composite": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
Expand All @@ -22,8 +21,7 @@
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "esnext",
"tsBuildInfoFile": "./build/.tsbuildinfo"
"target": "esnext"
},
"include": ["src/**/*.js", "src/**/*.ts", "src/**/*.svelte", ".eslintrc.cjs", "vite.config.ts"]
}
2 changes: 0 additions & 2 deletions packages/svelte-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": true,
"composite": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
Expand All @@ -23,7 +22,6 @@
"strict": true,
"strictNullChecks": true,
"target": "esnext",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": ["src/**/*.js", "src/**/*.ts", "src/**/*.svelte", ".eslintrc.cjs", "vite.config.ts"]
Expand Down

0 comments on commit 3636b08

Please sign in to comment.