use strict
This commit is contained in:
parent
89d74ee72d
commit
3d89d59d4d
272 changed files with 388 additions and 21 deletions
30
tsconfig.json
Normal file
30
tsconfig.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
|
||||
"target": "es2015",
|
||||
"lib": ["ES2015"],
|
||||
"rootDirs": [
|
||||
"probe/generated",
|
||||
"probe/user",
|
||||
"server_scripts",
|
||||
"startup_scripts",
|
||||
"client_scripts"
|
||||
],
|
||||
|
||||
"alwaysStrict": true,
|
||||
"allowUnreachableCode": false,
|
||||
|
||||
// Type checking options, only enable if probeJS installed
|
||||
|
||||
"noCheck": true
|
||||
|
||||
// "strict": true,
|
||||
// "noImplicitAny": true,
|
||||
// "noImplicitReturns": true,
|
||||
// "noUnusedLocals": true,
|
||||
// "noUnusedParameters": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue