mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
change ts config
This commit is contained in:
parent
863b2877d2
commit
2da6e3c7cd
1 changed files with 3 additions and 7 deletions
|
|
@ -38,11 +38,9 @@
|
|||
// "es6",
|
||||
"esnext"
|
||||
],
|
||||
"listFiles": true, // default false
|
||||
"listEmittedFiles": true, // default false
|
||||
"locale": "zh_CN",
|
||||
"newLine": "CRLF",
|
||||
"noEmit": false,
|
||||
"noEmit": true,
|
||||
"moduleResolution": "node",
|
||||
"noEmitHelpers": false,
|
||||
"noEmitOnError": false,
|
||||
|
|
@ -66,12 +64,10 @@
|
|||
"stripInternal": false,
|
||||
"suppressExcessPropertyErrors": false,
|
||||
"suppressImplicitAnyIndexErrors": true, // default false
|
||||
"traceResolution": true, // default false
|
||||
"typeRoots": [
|
||||
],
|
||||
"typeRoots": [],
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"watch": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue