|
3 | 3 | /* Basic Options */ |
4 | 4 | "target": "ES2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ |
5 | 5 | "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ |
6 | | - "lib": ["es2017", "dom"], /* Specify library files to be included in the compilation. */ |
| 6 | + "lib": ["es2017", "dom"], /* Specify library files to be included in the compilation. */ |
7 | 7 | "allowJs": true, /* Allow javascript files to be compiled. */ |
8 | 8 | "checkJs": true, /* Report errors in .js files. */ |
9 | 9 | // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ |
|
22 | 22 | "strict": false, /* Enable all strict type-checking options. */ |
23 | 23 | // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ |
24 | 24 | // "strictNullChecks": true, /* Enable strict null checks. */ |
25 | | - // "strictFunctionTypes": true, /* Enable strict checking of function types. */ |
| 25 | + "strictFunctionTypes": true, /* Enable strict checking of function types. */ |
26 | 26 | // "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */ |
27 | 27 | // "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */ |
28 | | - // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ |
| 28 | + "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ |
29 | 29 |
|
30 | 30 | /* Additional Checks */ |
31 | 31 | // "noUnusedLocals": true, /* Report errors on unused locals. */ |
|
0 commit comments