UNPKG
@tevm/ts-plugin
Version:
latest (1.0.0-next.148)
next (1.0.0-next.18)
2.0.0-next.103
2.0.0-next.102
2.0.0-next.101
2.0.0-next.86
2.0.0-next.83
2.0.0-next.80
2.0.0-next.79
1.1.0-next.96
1.1.0-next.77
1.1.0-next.74
1.1.0-next.72
1.1.0-next.70
1.1.0-next.69
1.1.0-next.66
1.1.0-next.65
1.1.0-next.62
1.1.0-next.60
1.1.0-next.52
1.1.0-next.47
1.0.0-next.148
1.0.0-next.146
1.0.0-next.142
1.0.0-next.140
1.0.0-next.134
1.0.0-next.131
1.0.0-next.128
1.0.0-next.124
1.0.0-next.118
1.0.0-next.117
1.0.0-next.109
1.0.0-next.108
1.0.0-next.86
1.0.0-next.41
1.0.0-next.40
1.0.0-next.28
1.0.0-next.25
1.0.0-next.23
1.0.0-next.21
1.0.0-next.18
A typescript plugin for tevm
github.com/evmts/tevm-monorepo
evmts/tevm-monorepo
@tevm/ts-plugin
/
src
/
fixtures
/
withFoundry
/
jsconfig.json
19 lines
•
337 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"extends"
:
"@tevm/tsconfig/base.json"
,
"compilerOptions"
:
{
"composite"
:
true
,
"outDir"
:
"types"
,
"skipLibCheck"
:
true
,
"plugins"
:
[
{
"name"
:
"@tevm/ts-plugin"
,
// should load the remappings
"foundryProject"
:
true
}
]
}
,
"include"
:
[
"src"
,
"src/**/*.json"
]
}