Felicio Mununga 5b257aeafe
Fix usage of ts-node/esm and mocha (#12)
* revert lockfile

* revert deps

* update webpack

* update mocha

* update ts-node

* add core-js

* update js-waku

* add rimraf

* set ts-node and typescript versions

* update ts-node in contracts

* update ts-node in dapp

* update typescript in contracts

* update typescript in dapp

* extend tsconfig files

* remove ts-node/register from .mocharc

* fix @usedapp/core import

* fix `VotingContract.sol` lint errors

* set `exit` config
2023-03-15 19:22:19 +01:00

11 lines
206 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["esnext"],
"module": "commonjs",
"outDir": "dist"
},
"include": ["test", "contracts"],
"exclude": ["**/dist", "**/build"]
}