refactor: lib folder replaced by dist
This commit is contained in:
parent
300e4594cf
commit
1f774a974a
@ -44,7 +44,7 @@
|
||||
"prettier": "^2.1.1",
|
||||
"ts-jest": "^26.3.0",
|
||||
"ts-loader": "^8.0.4",
|
||||
"typescript": "^4.0.2",
|
||||
"typescript": "^4.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"xmldom": "^0.3.0"
|
||||
|
@ -7,7 +7,7 @@
|
||||
"strict": true,
|
||||
"rootDir": "src",
|
||||
"baseUrl": "src",
|
||||
"outDir": "lib",
|
||||
"outDir": "dist",
|
||||
"paths": {
|
||||
"@/*": ["*"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user