UNPKG
@solsdk/jito-ts
Version:
latest (4.2.2)
4.2.2
4.2.1
## What is it and why do you need it?
@solsdk/jito-ts
/
tsconfig.json
17 lines
(16 loc)
•
316 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"./node_modules/gts/tsconfig-google.json"
,
"compilerOptions"
:
{
"declaration"
:
true
,
"noEmit"
:
false
,
"rootDir"
:
"src"
,
"outDir"
:
"dist"
,
"resolveJsonModule"
:
false
,
"esModuleInterop"
:
true
,
"lib"
:
[
"DOM"
]
}
,
"include"
:
[
"src/**/*.ts"
,
"test/**/*.ts"
]
,
}