UNPKG
@nlabs/rip-hunter
Version:
latest (3.1.0)
3.1.0
3.0.2
3.0.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.0.3
2.0.2
2.0.1
2.0.0
1.3.7
1.3.6
1.3.5
1.3.4
JS utilities for AJAX and GraphQL
github.com/nitrogenlabs/rip-hunter
nitrogenlabs/rip-hunter
@nlabs/rip-hunter
/
tsconfig.build.json
16 lines
•
254 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"skipLibCheck"
:
true
}
,
"include"
:
[
"./src/**/*.ts"
,
"./src/**/*.tsx"
]
,
"exclude"
:
[
"lib"
,
"./node_modules"
,
"./src/**/*.test.ts"
,
"./src/**/*.test.tsx"
]
}