mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
Use tsconfig references (#802)
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bump deps
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./packages"
|
||||
},
|
||||
"include": ["packages/**/src/**/*", "scripts/*"],
|
||||
"exclue": ["**/node_modules/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user