mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-24 12:08:11 +00:00
* 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
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"jsx": "react",
|
|
"typeRoots": ["./types", "./node_modules/@types", "../../node_modules/@types"]
|
|
},
|
|
"exclude": ["**/dist", "**/types"],
|
|
"ts-node": {
|
|
"files": true,
|
|
"esm": true,
|
|
"experimentalSpecifierResolution": "node"
|
|
}
|
|
}
|