Skip to content

Commit

Permalink
build: reuse tsconfig.json for commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
bsafwen committed Jul 12, 2023
1 parent 91eafb2 commit 562f88e
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions tsconfig.commonjs.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"lib": [
"esnext",
"dom"
],
"importHelpers": true,
"alwaysStrict": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"outDir": "dist/cjs/",
},
"exclude": [
Expand Down

0 comments on commit 562f88e

Please sign in to comment.