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
/
tsconfig.json
13 lines
(12 loc)
•
277 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"strict"
:
true
}
,
"include"
:
[
"src/**/*"
,
"index.d.ts"
]
,
"exclude"
:
[
"node_modules"
,
"lib"
,
"src/test.ts"
]
}