mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-24 04:11:04 +00:00
Add dummy package to fix build (#3)
This commit is contained in:
+5
-2
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"extends": "@polkadot/dev/config/tsconfig",
|
||||
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
|
||||
"exclude": [
|
||||
"build/**/*",
|
||||
"**/build/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"paths":
|
||||
{
|
||||
"@polkadot/phishing": ["packages/phishing/src"],
|
||||
"@polkadot/phishing/*": ["packages/phishing/src/*"]
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": [
|
||||
|
||||
Reference in New Issue
Block a user