Skip to content

Commit

Permalink
fix: rollback tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGross committed Jan 7, 2025
1 parent 222770d commit d907108
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,12 @@
"compilerOptions": {
"jsx": "react",
"types": ["cypress", "node", "vitest/importMeta"],
"target": "es6",
"baseUrl": ".",
"paths": {
"*": ["src/*"]
},
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": false
"target": "es6"
},
"ts-node": {
// these options are overrides used only by ts-node
"compilerOptions": {
"module": "commonjs"
}
},
"include": ["src"]
}
}

0 comments on commit d907108

Please sign in to comment.