mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 20:48:04 +00:00
14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages",
|
|
"composite": false
|
|
},
|
|
"include": [
|
|
"packages/**/src/**/*"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**/*"
|
|
]
|
|
}
|