feat: smock (#8)
* chore(core-utils): cleanup dir config files * fix: use proper tsconfig files * feat: copy over smock
Showing
{ | { | ||
"name": "optimism", | "name": "optimism", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"main": "index.js", | |||
"license": "MIT", | "license": "MIT", | ||
"workspaces": [ | "workspaces": [ | ||
"packages/*" | "packages/*" | ||
... | @@ -11,7 +10,10 @@ | ... | @@ -11,7 +10,10 @@ |
"lerna": "^4.0.0" | "lerna": "^4.0.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"clean": "yarn workspaces run clean", | |||
"build": "yarn workspaces run build", | |||
"test": "yarn workspaces run test", | "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
packages/smock/package.json
0 → 100644
packages/smock/src/index.ts
0 → 100644
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 source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment