UNPKG
attest.so
Version:
latest (1.1.2)
1.1.2
<div align="center">
attest.so
/
contracts
/
solana
/
tsconfig.json
12 lines
(11 loc)
•
236 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"types"
:
[
"mocha"
,
"chai"
]
,
"typeRoots"
:
[
"./node_modules/@types"
]
,
"lib"
:
[
"es2015"
]
,
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
}
}