mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 05:38:00 +00:00
272895d7b2
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bump deps
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src",
|
|
"resolveJsonModule": true
|
|
},
|
|
"references": []
|
|
}
|