Files
bls-wallet/contracts/tsconfig.json
John Guilding 8180d365f2 Add provider tests to github workflows (#425)
* Add workflow for spinning up env & running tests

* Rename provider tests directory

* Remove periods from error messages

* Move chai spies to hardhat config

* Print agg error logs to artifact

* Use fresh state between tests

* Fix nonce too low error
2023-01-04 11:21:53 +00:00

13 lines
302 B
JSON

{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"strict": false, //true,
"esModuleInterop": true,
"outDir": "dist",
"declaration": true
},
"include": ["./scripts", "./test", "./typechain-types", "./test-integration"],
"files": ["./hardhat.config.ts"]
}