Skip to content

Commit

Permalink
refactor: clean up tsconfig comments and includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Feb 15, 2025
1 parent c46dc39 commit 71abdf7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions integration-tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
// tsconfig settings for the server only

// TODO redo the directory structure so that the client is clearly separated
// from the server
"compilerOptions": {
"skipLibCheck": true,
"module": "ESNext",
Expand All @@ -16,19 +12,10 @@
"outDir": "dist",
"lib": ["ES2023", "ESNext.Disposable"],
"baseUrl": "./",

/* Linting */
"strict": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},

"include": [
"./library",
"./client",
"./server",
"./cypress",
"./eslint.config.mjs"
]
"include": ["./cypress", "./eslint.config.mjs"]
}

0 comments on commit 71abdf7

Please sign in to comment.