Skip to content

Commit 6013e84

Browse files
Added tsconfig.json in root folder to accommodate for pkgroll limitations
1 parent 37a00b8 commit 6013e84

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"test": "cross-env TS_NODE_PROJECT='./configs/tsconfig.esm.json' mocha",
2929
"clean": "rm -rf ./dist",
30-
"build": "npm run clean && pkgroll -c ./configs/tsconfig.esm.json --src source/ && cp source/migrations/ dist/ -r && npm run mjs-fix-prepend",
30+
"build": "npm run clean && pkgroll --src source/ && cp source/migrations/ dist/ -r && npm run mjs-fix-prepend",
3131
"lint": "prettier --check .",
3232
"lint-autofix": "prettier --write .",
3333
"prepack": "npm run build",

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "./configs/tsconfig.esm.json"
3+
}

0 commit comments

Comments
 (0)