Fix TS error regarding SharedArrayBuffer
This commit is contained in:
parent
3a05201501
commit
27f205e0a3
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
/* Basic Options */
|
||||
"target": "es2016", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
|
||||
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
|
||||
// "lib": [], /* Specify library files to be included in the compilation. */
|
||||
"lib": [ /* Specify library files to be included in the compilation. */
|
||||
"es2017", // Required by `@sindresorhus/is`
|
||||
],
|
||||
// "allowJs": true, /* Allow javascript files to be compiled. */
|
||||
// "checkJs": true, /* Report errors in .js files. */
|
||||
"jsx": "react", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
|
||||
|
|
Loading…
Add table
Reference in a new issue