Get things building
This commit is contained in:
@@ -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