Skip to content

Commit

Permalink
chore: delete all unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga committed Nov 7, 2024
1 parent 014d962 commit ed97102
Show file tree
Hide file tree
Showing 59 changed files with 25 additions and 4,074 deletions.
10 changes: 6 additions & 4 deletions config-v-next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
"declaration": true,
"declarationMap": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": false,
"isolatedDeclarations": false,
"isolatedModules": true,
"isolatedDeclarations": true,
"noEmitOnError": true,
"noImplicitOverride": true,
"skipDefaultLibCheck": true,
"sourceMap": true,
"composite": true,
"incremental": true,
"allowJs": true,
"typeRoots": ["${configDir}/node_modules/@types"]
"typeRoots": ["${configDir}/node_modules/@types"],
"paths": {
"@ignored/hardhat-vnext/*": ["../node_modules/@ignored/hardhat-vnext/*"]
}
},
"exclude": ["${configDir}/dist", "${configDir}/node_modules"]
}
47 changes: 0 additions & 47 deletions v-next/hardhat-zksync-vnext-solc/src/compile/binary.ts

This file was deleted.

266 changes: 0 additions & 266 deletions v-next/hardhat-zksync-vnext-solc/src/compile/downloader.ts

This file was deleted.

Loading

0 comments on commit ed97102

Please sign in to comment.