mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 22:51:06 +00:00
Use tsconfig references (#802)
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bump deps
This commit is contained in:
+6
-7
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"exclude": [
|
||||
"build/**/*",
|
||||
"**/build/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./packages"
|
||||
}
|
||||
"composite": true
|
||||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./packages/phishing" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user