UNPKG
@iamsquare/cookie-parse
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
Cookie string/file parse utilities.
github.com/iamsquare/cookie-parse
iamsquare/cookie-parse
@iamsquare/cookie-parse
/
tsconfig.tests.json
9 lines
(8 loc)
•
161 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"allowJs"
:
true
}
,
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"node_modules/**/*"
,
"dist/**/*"
]
,
"include"
:
[
"tests/**/*"
]
}