UNPKG
@dword-design/endent
Version:
latest (1.4.7)
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.0.1
1.0.0
➡️ An ES6 string tag that makes indentation right
github.com/ZhouHansen/endent
ZhouHansen/endent
@dword-design/endent
/
jest.config.json
8 lines
(7 loc)
•
155 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"transform"
: {
"^.+
\\
.(t|j)sx?$"
:
"ts-jest"
},
"testRegex"
:
"test.ts$"
,
"moduleFileExtensions"
: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
] }