UNPKG
@ox-fun/drift-sdk
Version:
latest (2.60.0-beta.6.0.0.1)
2.60.0-beta.6.0.0.1
2.59.0-beta.6.0.0.2
2.59.0-beta.6.0.0.1
SDK for Drift Protocol
@ox-fun/drift-sdk
/
tsconfig.json
14 lines
(13 loc)
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES2019"
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"resolveJsonModule"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"tests"
]
}