UNPKG
bunr6statapi
Version:
latest (2.0.1)
2.0.1
2.0.0
Wrapper for Rainbow Six Siege API
github.com/CalumW1/R6StatAPI
CalumW1/R6StatAPI
bunr6statapi
/
tsconfig.json
16 lines
(15 loc)
•
362 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"CommonJS"
,
"outDir"
:
"./dist"
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"node"
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}