mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 21:58:03 +00:00
10 lines
210 B
JSON
10 lines
210 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages",
|
|
"composite": false
|
|
},
|
|
"include": ["packages/**/src/**/*", "scripts/*"],
|
|
"exclue": ["**/node_modules/**/*"]
|
|
}
|