Skip to content

Commit

Permalink
Merge pull request #98 from total-typescript/ci-check/added-tsconfig
Browse files Browse the repository at this point in the history
Moved to @total-typescript/tsconfig
  • Loading branch information
mattpocock authored May 14, 2024
2 parents b0c5daa + efe5237 commit 88e35ce
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/renovate-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- "renovate/**"
- "ci-check/**"

jobs:
build:
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "GPL-3.0",
"devDependencies": {
"@total-typescript/exercise-cli": "^0.6.0",
"@total-typescript/tsconfig": "^1.0.3",
"@types/node": "^18.6.5",
"cross-fetch": "^3.1.5",
"jsdom": "^21.1.1",
Expand Down
15 changes: 3 additions & 12 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
{
"extends": "@total-typescript/tsconfig/bundler",
"compilerOptions": {
"types": [
"vitest/importMeta"
],
"target": "es2020",
"module": "ES2022",
"moduleResolution": "Bundler",
"noEmit": true,
"isolatedModules": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"noUncheckedIndexedAccess": false,
"verbatimModuleSyntax": false
},
"include": [
"src"
Expand Down

0 comments on commit 88e35ce

Please sign in to comment.