Skip to content

Commit

Permalink
Cleanup tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Aug 18, 2024
1 parent 482b5d2 commit 0964e07
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,6 @@
"experimentalDecorators": true,
"sourceMap": true,
"rootDirs": ["src", "ahk2/client"],

// todo move all type checking to ESLint for maintainability
// "alwaysStrict": true,
// // "exactOptionalPropertyTypes": true, // TODO
// "noFallthroughCasesInSwitch": true,
// "noImplicitOverride": true,
// "noImplicitReturns": true,
// "noImplicitThis": true,
// "noPropertyAccessFromIndexSignature": true,
// "noUncheckedIndexedAccess": true,
// // "strict": true // TODO
// "strictBindCallApply": true,
// "strictFunctionTypes": true,
// // "strictNullChecks": true // TODO
// // "strictPropertyInitialization": true // TODO
// "useUnknownInCatchVariables": true,

// ESM
"esModuleInterop": true
},
"exclude": ["node_modules", "./ahk2/node_modules"],
Expand Down

0 comments on commit 0964e07

Please sign in to comment.