UNPKG
sus-stringify
Version:
latest (1.1.0)
1.1.0
1.0.6
1.0.5
1.0.4
1.0.0
0.1.0
A SUS (Sliding Universal Score) stringifier.
github.com/mkpoli/sus-js
mkpoli/sus-js
sus-stringify
/
tsconfig.spec.json
10 lines
(9 loc)
•
205 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../../dist/out-tsc"
,
"module"
:
"commonjs"
,
"types"
:
[
"jest"
,
"node"
]
}
,
"include"
:
[
"**/*.test.ts"
,
"**/*.spec.ts"
,
"**/*.d.ts"
]
}