Alias app imports: @src, @tests (#852)

* Support @src alias tooling

* run script and nice

* convert ts script to cjs, update sources

* convert to cjs

* wip update paths

* nice and updates

* fix tests alias paths

* lint fixes

* add @tests alias support

* update script and tests to fix remaining src alias paths

* updates

* update script

* fix

* update lock file

* fix test target

* update timeout

* update flow

* fix flow
This commit is contained in:
Justin Hernandez
2025-08-08 15:05:08 -07:00
committed by GitHub
parent efd21d235e
commit 95a3ce5f0c
169 changed files with 1676 additions and 907 deletions

View File

@@ -121,8 +121,8 @@
"typechain": "^8.3.2",
"typescript": "^5.1.6"
},
"packageManager": "yarn@4.5.3",
"engines": {
"node": ">=22 <23"
},
"packageManager": "yarn@4.5.3"
}
}