Skip to content

Commit

Permalink
fix(config-tools): Mark the package type as module
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Dec 20, 2023
1 parent 0f9595e commit 3ca24c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/config-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"url": "https://github.com/storm-software/storm-ops.git",
"directory": "packages/config-tools"
},
"type": "module",
"main": "./index.cjs",
"module": "./index.js",
"types": "declarations.d.ts",
Expand Down
4 changes: 1 addition & 3 deletions packages/config-tools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"noEmit": true
},
"files": [],
"include": ["src/**/*.ts", "src/**/*.js", "bin/**/*", "declarations.d.ts"],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"],
"composite": true
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
}

0 comments on commit 3ca24c0

Please sign in to comment.