Update tsconfig (#882)

This commit is contained in:
Jaco
2022-01-02 08:38:15 +01:00
committed by GitHub
parent 8a41908c3d
commit 7b8e932380
3 changed files with 22 additions and 25 deletions
+1 -4
View File
@@ -6,9 +6,6 @@
"@polkadot/phishing": ["phishing/src"],
"@polkadot/phishing/*": ["phishing/src/*"]
},
"skipLibCheck": true,
"typeRoots": [
"./node_modules/@types"
]
"skipLibCheck": true
}
}