Skip to content

Commit

Permalink
[skip ci] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 7, 2024
1 parent 82682c1 commit 5b76d58
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 39 deletions.
4 changes: 2 additions & 2 deletions component_tests/cgv/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": ["es5", "dom"],
"types": ["cypress", "@testing-library/cypress"],
"allowJs": true,
"outDir": "dist",
"outDir": "dist"
},
"include": ["./**/*"],
"include": ["./**/*"]
}
4 changes: 2 additions & 2 deletions component_tests/cgv/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"jsx": "react-jsx"
},
"include": ["src"],
"include": ["src"]
}
4 changes: 2 additions & 2 deletions component_tests/lgv/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": ["es5", "dom"],
"types": ["cypress", "@testing-library/cypress"],
"allowJs": true,
"outDir": "dist",
"outDir": "dist"
},
"include": ["./**/*"],
"include": ["./**/*"]
}
4 changes: 2 additions & 2 deletions component_tests/lgv/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"jsx": "react-jsx"
},
"include": ["src"],
"include": ["src"]
}
4 changes: 2 additions & 2 deletions component_tests/react-app/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": ["es5", "dom"],
"types": ["cypress", "@testing-library/cypress"],
"allowJs": true,
"outDir": "dist",
"outDir": "dist"
},
"include": ["./**/*"],
"include": ["./**/*"]
}
4 changes: 2 additions & 2 deletions component_tests/react-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"jsx": "react-jsx"
},
"include": ["src"],
"include": ["src"]
}
4 changes: 2 additions & 2 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"strict": true,
"declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"moduleResolution": "node"
},
"include": ["generateConfigDocs.ts", "generateStateModelDocs.ts", "util.ts"],
"include": ["generateConfigDocs.ts", "generateStateModelDocs.ts", "util.ts"]
}
4 changes: 2 additions & 2 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"module": "commonjs",
"module": "commonjs"
},

"exclude": ["**/*.test.ts*", "**/*.test.js*", "dist"],
"exclude": ["**/*.test.ts*", "**/*.test.js*", "dist"]
}
4 changes: 2 additions & 2 deletions plugin-development-tools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// node 14 target: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-14
"lib": ["ES2020"],
"module": "commonjs",
"target": "ES2020",
"target": "ES2020"
},
"include": ["src"],
"exclude": [],
"exclude": []
}
4 changes: 2 additions & 2 deletions products/jbrowse-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lib": ["es2021"],
"target": "es2021",
"esModuleInterop": true,
"skipLibCheck": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["**/*.test.ts", "**/testUtil.ts"],
"exclude": ["**/*.test.ts", "**/testUtil.ts"]
}
4 changes: 2 additions & 2 deletions products/jbrowse-desktop/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src"],
"compilerOptions": {
"jsx": "react-jsx",
"noEmit": true,
},
"noEmit": true
}
}
4 changes: 2 additions & 2 deletions products/jbrowse-img/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src"],
"exclude": ["src/**/*.test.ts*", "src/**/*.test.js*"],
"compilerOptions": {
"rootDir": "src",
},
"rootDir": "src"
}
}
4 changes: 2 additions & 2 deletions products/jbrowse-react-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src"],
"exclude": ["src/**/*.test.ts*", "src/**/*.test.js*"],
"compilerOptions": {
"rootDir": "src",
},
"rootDir": "src"
}
}
4 changes: 2 additions & 2 deletions products/jbrowse-react-circular-genome-view/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src"],
"exclude": ["src/**/*.test.ts*", "src/**/*.test.js*"],
"compilerOptions": {
"rootDir": "src",
},
"rootDir": "src"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ exports[`<JBrowseLinearGenomeView /> renders successfully 1`] = `
<svg
data-testid="sequence_track"
height="200"
style="width: 800px; height: 200px;"
style="width: 800px; height: 200px; user-select: none;"
width="800"
>
<rect
Expand Down Expand Up @@ -3865,7 +3865,7 @@ exports[`<JBrowseLinearGenomeView /> renders successfully 1`] = `
<svg
data-testid="sequence_track"
height="200"
style="width: 800px; height: 200px;"
style="width: 800px; height: 200px; user-select: none;"
width="800"
>
<rect
Expand Down
4 changes: 2 additions & 2 deletions products/jbrowse-react-linear-genome-view/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src"],
"exclude": ["src/**/*.test.ts*", "src/**/*.test.js*"],
"compilerOptions": {
"rootDir": "src",
},
"rootDir": "src"
}
}
2 changes: 2 additions & 0 deletions products/jbrowse-web/src/tests/OAuthServer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import authRoute from './routes/auth'

const app = express()

export const port = 3000

app.use(cors())

// Here we are configuring express to use body-parser as middle-ware.
Expand Down
4 changes: 2 additions & 2 deletions products/jbrowse-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src"],
"compilerOptions": {
"jsx": "react-jsx",
"noEmit": true,
},
"noEmit": true
}
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"isolatedModules": true,
"jsx": "react",
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"exclude": [
"**/build/",
Expand All @@ -28,6 +28,6 @@
"**/component_tests/",
"**/plugin-development-tools/",
"**/webpack.config.js",
"**/website",
],
"**/website"
]
}
4 changes: 2 additions & 2 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"resolveJsonModule": true,
},
"resolveJsonModule": true
}
}

0 comments on commit 5b76d58

Please sign in to comment.