Skip to content

Commit

Permalink
limit tsconfg-cjs options to only those that need to be overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarl committed Sep 5, 2024
1 parent 7bec54f commit 5c68137
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tsconfig-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
"extends": "./tsconfig-base.json",
"compilerOptions": {
"module": "CommonJS",
"target": "ES6",
"outDir": "./dist/cjs",
"rootDir": "./src",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true
"outDir": "./dist/cjs"
}
}

0 comments on commit 5c68137

Please sign in to comment.