Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Sort json properties
  • Loading branch information
lachlancollins committed May 31, 2023
commit 2f7f565bb9da8491150389466f45e94f7f4af644
2 changes: 1 addition & 1 deletion packages/codemods/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/lib",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo"
},
"include": ["src"]
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/lib",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/query-async-storage-persister/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/lib",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/query-broadcast-client-experimental/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/lib",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo"
},
"include": ["src"]
Expand Down
2 changes: 1 addition & 1 deletion packages/query-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/lib",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals"]
},
Expand Down
11 changes: 5 additions & 6 deletions packages/query-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/source",
"declarationDir": "./build/types",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"emitDeclarationOnly": false,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"emitDeclarationOnly": false,
"outDir": "./build/source",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals"]
},
"include": ["src"],
"exclude": ["node_modules", "build"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion packages/query-persist-client-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/lib",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/query-sync-storage-persister/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/lib",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"emitDeclarationOnly": false,
"declarationDir": "./build/types",
"emitDeclarationOnly": false,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"outDir": "./build/source",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./build/lib",
"rootDir": "./src",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals"]
},
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"$schema": "./node_modules/nx/schemas/project-schema.json",
"name": "root",
"sourceRoot": "./",
"targets": {
"build": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripts",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"name": "scripts",
"sourceRoot": "scripts",
"targets": {
"test:eslint": { "command": "eslint ./scripts" }
Expand Down