mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-18 03:31:05 +00:00
Align tsconfig to allow moduleResolution: nodenext (#3104)
This commit is contained in:
+2
-4
@@ -3,10 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"paths": {
|
||||
"@polkadot/phishing": ["phishing/src"],
|
||||
"@polkadot/phishing/*": ["phishing/src/*"]
|
||||
"@polkadot/phishing": ["phishing/src"]
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"target": "es2020"
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user