获取时区
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
@@ -35,6 +36,10 @@
|
||||
"tests/**/*.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
"node_modules",
|
||||
"tslint:recommended"
|
||||
],
|
||||
"rules": {
|
||||
"no-var-requires": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user