Skip to content

Commit

Permalink
build: fix issues with yarn version and ts configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 committed Sep 24, 2024
1 parent b4d97cf commit 0913855
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 39 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@
"@oclif/plugin-command-snapshot": "^5.0.2",
"@salesforce/cli-plugins-testkit": "^5.1.7",
"@salesforce/dev-scripts": "^8.3.0",
"@types/mocha": "^10",
"eslint-plugin-sf-plugin": "^1.17.2",
"husky": "^9.1.4",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"oclif": "^4.3.4",
"pretty-quick": "^4.0.0",
"shx": "0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down Expand Up @@ -199,5 +203,6 @@
},
"bugs": {
"url": "https://github.com/mcarvin8/apex-code-coverage-transformer/issues"
}
},
"packageManager": "yarn@4.4.1"
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@salesforce/dev-config/tsconfig-strict-esm",
"compilerOptions": {
"outDir": "lib",
"module": "Node16",
"rootDir": "src"
},
"include": ["./src/**/*.ts"],
Expand Down
Loading

0 comments on commit 0913855

Please sign in to comment.