mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-23 06:08:05 +00:00
272895d7b2
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bump deps
9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages"
|
|
},
|
|
"include": ["packages/**/src/**/*", "scripts/*"],
|
|
"exclue": ["**/node_modules/**/*"]
|
|
}
|