UNPKG
eslint-plugin-structured-todo
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Install:
github.com/maybebot/eslint-plugin-structured-todo
maybebot/eslint-plugin-structured-todo
eslint-plugin-structured-todo
/
tsconfig.json
16 lines
(15 loc)
•
339 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"include"
:
[
"src"
]
,
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"NodeNext"
,
"lib"
:
[
"ES2020"
]
,
"outDir"
:
"dist"
,
"skipLibCheck"
:
true
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"moduleResolution"
:
"nodenext"
,
"strict"
:
true
,
"erasableSyntaxOnly"
:
true
}
}