Add tsconfig.build.json (#929)

This commit is contained in:
Jaco
2022-01-11 07:51:58 +01:00
committed by GitHub
parent 37d1b6fa7d
commit 49d4a025a8
5 changed files with 74 additions and 60 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true
},
"files": [],
"references": [
{ "path": "./packages/phishing" }
]
}