mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 20:48:04 +00:00
18 lines
291 B
JSON
18 lines
291 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages",
|
|
"composite": false
|
|
},
|
|
"include": [
|
|
"packages/**/src/**/*",
|
|
"scripts/*",
|
|
".prettierrc.cjs",
|
|
"eslint.config.js",
|
|
"rollup.config.js"
|
|
],
|
|
"exclue": [
|
|
"**/node_modules/**/*"
|
|
]
|
|
}
|