mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 04:28:01 +00:00
Add tsconfig.build.json (#929)
This commit is contained in:
+8
-4
@@ -1,9 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true
|
||||
"baseUrl": "./packages",
|
||||
"composite": false
|
||||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./packages/phishing" }
|
||||
"include": [
|
||||
"packages/**/src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules/**/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user