aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
Commit message (Collapse)AuthorAgeFilesLines
* Rename sol-trace-based-tools-common to sol-tracing-utilsLeonid Logvinov2019-01-101-1/+1
|
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-1/+4
|
* Fix project references for contracts packages (#1419)Alex Browne2018-12-121-2/+10
| | | | | | - Removed /packages/contracts - Removed /contracts/core - Added `yarn build:ts` to CI tests - Added each contracts "project" to root tsconfig.json
* Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-051-0/+1
|
* Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-031-1/+1
|
* feat: remove instant from project referencesfragosti2018-12-011-1/+3
|
* feat: fix instant build and add to project referencesfragosti2018-11-171-0/+1
|
* update outdated package and tsconfig issueFabio Berger2018-10-181-1/+1
|
* Remove sra-reportLeonid Logvinov2018-10-181-1/+0
|
* Apply various PR feedbackAlex Browne2018-10-161-0/+1
|
* Create abi-gen-wrappers packageAlex Browne2018-10-161-0/+1
|
* Create contract-artifacts package (needed to solve dependency cycle)Alex Browne2018-10-161-0/+1
|
* Create initial AssetBuyer classBrandon Millman2018-09-151-1/+1
|
* feat: Add support for TypeScript project references (#991)Alex Browne2018-08-301-4/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig
* MergeLeonid Logvinov2018-07-181-0/+1
|
* Enable skipLibCheck flag in tsLeonid Logvinov2018-06-071-0/+1
|
* Add clean-state testsLeonid Logvinov2018-03-271-0/+1
|
* Remove typeRootsLeonid Logvinov2018-01-101-2/+1
|
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-0/+14
|
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-22/+0
|
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-2/+1
|
* Update 0x-json-schemasLeonid Logvinov2017-10-191-2/+1
|
* Transform lodash-es to commonjs module formatLeonid Logvinov2017-10-191-0/+2
|
* Add ethereumjs-utils typesLeonid Logvinov2017-07-221-0/+1
|
* Add bn.js typesLeonid Logvinov2017-07-221-0/+1
|
* Add initial error handling decorator implementationLeonid Logvinov2017-06-101-0/+1
|
* Fix types hell with, chai and chai-as-promisedLeonid Logvinov2017-06-011-1/+3
|
* Add assertions library and add them for all function argsFabio Berger2017-05-251-1/+2
|
* Run mocha on compiled sourcesLeonid Logvinov2017-05-241-1/+2
|
* Add initial tsconfigLeonid Logvinov2017-05-241-0/+15