update tsconfig
This commit is contained in:
@@ -17,14 +17,13 @@
|
||||
"alwaysStrict": true,
|
||||
"allowUnreachableCode": false,
|
||||
|
||||
// Type checking options, only enable if probeJS installed
|
||||
|
||||
"noCheck": true
|
||||
// Type checking options, only disable if probeJS installed
|
||||
"noCheck": true,
|
||||
|
||||
// "strict": true,
|
||||
// "noImplicitAny": true,
|
||||
// "noImplicitReturns": true,
|
||||
// "noUnusedLocals": true,
|
||||
// "noUnusedParameters": true
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user