UNPKG
@vrcd-community/zhlint
Version:
latest (0.8.2-hotfix)
0.8.2-hotfix
A linting tool for Chinese language.
github.com/Misaka-L/zhlint
Misaka-L/zhlint
@vrcd-community/zhlint
/
tsconfig.json
13 lines
(12 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"lib"
:
[
"es2017"
]
,
"target"
:
"es2017"
,
"module"
:
"NodeNext"
,
"moduleResolution"
:
"NodeNext"
,
"esModuleInterop"
:
true
,
"strictNullChecks"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"./src"
,
"./test"
,
"./types"
,
"./vite.config.ts"
]
}