Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 7, 2024
1 parent 36c6506 commit 1e77794
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"compilerOptions": {
"noEmit": true,
"outDir": "compiled",
"baseUrl": "src",
"paths": {
".": ["."]
},
"lib": ["ESNext"],
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Bundler",
"moduleDetection": "force",
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"composite": true,
"baseUrl": "src",
"paths": {
".": ["."]
},
"downlevelIteration": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"types": ["vitest/globals"],
"jsx": "react"
"jsx": "react",
"allowJs": true
},
"include": [".", ".storybook/**/*", ".commitlintrc.ts"],
"exclude": ["dist", "bin"]
Expand Down

0 comments on commit 1e77794

Please sign in to comment.