feat: smock (#8)
* chore(core-utils): cleanup dir config files * fix: use proper tsconfig files * feat: copy over smock
Showing
| { | ||
| "name": "optimism", | ||
| "version": "1.0.0", | ||
| "main": "index.js", | ||
| "license": "MIT", | ||
| "workspaces": [ | ||
| "packages/*" | ||
| ... | ... | @@ -11,7 +10,10 @@ |
| "lerna": "^4.0.0" | ||
| }, | ||
| "scripts": { | ||
| "clean": "yarn workspaces run clean", | ||
| "build": "yarn workspaces run build", | ||
| "test": "yarn workspaces run test", | ||
| "lint": "yarn workspaces run lint" | ||
| "lint": "yarn workspaces run lint", | ||
| "lint:fix": "yarn workspaces run lint:fix" | ||
| } | ||
| } |
packages/smock/.gitignore
0 → 100644
packages/smock/README.md
0 → 100644
This diff is collapsed.
packages/smock/package.json
0 → 100644
packages/smock/src/index.ts
0 → 100644
This diff is collapsed.
packages/smock/tsconfig.json
0 → 100644
packages/smock/tslint.json
0 → 100644
prettier-config.json
0 → 100644
tsconfig.base.json
deleted
100644 → 0
tsconfig.build.json
0 → 100644
tsconfig.json
0 → 100644
This diff is collapsed.
Please register or sign in to comment