Get things building
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"scripts": {
|
||||
"build": "pnpm run clean && pnpm run compile",
|
||||
"clean": "rimraf ./dist",
|
||||
"compile": "tsc -p tsconfig.build.json",
|
||||
"compile": "tsc -b tsconfig.build.json",
|
||||
"prepublishOnly": "pnpm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
"extends": "../../tsconfig.build.json",
|
||||
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist"
|
||||
"outDir": "./dist",
|
||||
"paths": {
|
||||
"@welshman/lib": ["../lib/src/index.js"]
|
||||
}
|
||||
},
|
||||
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user