Skip to content

Commit

Permalink
build: add include to cjs tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 29, 2024
1 parent 56264e9 commit ffb636f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"extends": "./tsconfig.json",
"include": ["./src/**/*.ts"],
"compilerOptions": {
"module": "CommonJs",
"moduleResolution": "node",
"outDir": "./dist/cjs",
"rootDir": "./src",
"target": "esnext",
"module": "CommonJs",
"moduleResolution": "node"
"target": "esnext"
}
}

0 comments on commit ffb636f

Please sign in to comment.