fix: align aqua-resolver scripts and tsconfig with meta-updater conventions

This commit is contained in:
Zoltan Kochan
2026-03-28 18:41:14 +01:00
parent 8d69bfd138
commit 2faf5ffff7
2 changed files with 7 additions and 7 deletions

View File

@@ -27,10 +27,10 @@
],
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsgo --build && pnpm run lint --fix"
"test": "pn compile && pn .test",
"prepublishOnly": "pn compile",
"compile": "tsgo --build && pn lint --fix",
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
},
"dependencies": {
"@pnpm/error": "workspace:*",

View File

@@ -9,15 +9,15 @@
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../fetching/types"
},
{
"path": "../../core/error"
},
{
"path": "../../core/types"
},
{
"path": "../../fetching/types"
},
{
"path": "../resolver-base"
}