Skip to content

Commit

Permalink
Cleanup from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JstnMcBrd committed Feb 7, 2024
1 parent bb5da1b commit a560a9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"exclude": ["**/*.test.*", "**/__mocks__/**"],
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"module": "NodeNext",
"typeRoots": ["./node_modules/@types", "./src/@types"],
"types": ["node"],
"skipLibCheck": true, // disable this once our deps get their act together
"outDir": "dist",
"esModuleInterop": true,
"isolatedModules": true,
"removeComments": true,
"sourceMap": true,
"strict": true,
"verbatimModuleSyntax": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
Expand Down

0 comments on commit a560a9b

Please sign in to comment.