mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 09:08:02 +00:00
8f00bdb100
* Add tsconfig.base * Remove unused package * yarn * Adjust paths
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"exclude": [
|
|
"build/**/*",
|
|
"**/build/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages"
|
|
}
|
|
}
|