mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 05:38:00 +00:00
Add tsconfig.base (#800)
* Add tsconfig.base * Remove unused package * yarn * Adjust paths
This commit is contained in:
+2
-12
@@ -1,20 +1,10 @@
|
||||
{
|
||||
"extends": "@polkadot/dev/config/tsconfig.json",
|
||||
"extends": "./tsconfig.base.json",
|
||||
"exclude": [
|
||||
"build/**/*",
|
||||
"**/build/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths":
|
||||
{
|
||||
"@polkadot/phishing": ["packages/phishing/src"],
|
||||
"@polkadot/phishing/*": ["packages/phishing/src/*"]
|
||||
},
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
]
|
||||
"baseUrl": "./packages"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user