Files
phishing/packages/phishing/tsconfig.spec.json
T
2023-05-18 11:21:13 +03:00

17 lines
307 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "..",
"outDir": "./build",
"rootDir": "./src",
"emitDeclarationOnly": false,
"noEmit": true
},
"include": [
"**/*.spec.ts"
],
"references": [
{ "path": "../phishing/tsconfig.build.json" }
]
}