Get things building

This commit is contained in:
Jon Staab
2025-04-02 10:48:51 -07:00
parent 0d2ef9b816
commit 7e66d91f65
22 changed files with 84 additions and 21 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"outDir": "./dist"
"outDir": "./dist",
"paths": {
"@welshman/lib": ["../lib/src/index.js"],
"@welshman/util": ["../util/src/index.js"]
}
},
"include": [