diff --git a/tsconfig.json b/tsconfig.json index 1d45f020a..3581059a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { + "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { /* Basic Options */ + "skipLibCheck": true, "target": "ES2018", /* 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'. */ // "resolveJsonModule": true,