From 72af8dc71987fa41bd35c3949238ebf863159817 Mon Sep 17 00:00:00 2001 From: The Arcane Brony Date: Wed, 6 Oct 2021 18:20:22 +0200 Subject: Compiler test --- api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/tsconfig.json') diff --git a/api/tsconfig.json b/api/tsconfig.json index 0169642d..0bbd615a 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -7,7 +7,7 @@ // "incremental": true, /* Enable incremental compilation */ "target": "ESNext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */, "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */, - "lib": ["ES2020"] /* Specify library files to be included in the compilation. */, + "lib": ["ES2021"] /* Specify library files to be included in the compilation. */, "allowJs": true /* Allow javascript files to be compiled. */, "checkJs": true /* Report errors in .js files. */, // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ -- cgit 1.4.1