|
1 | 1 | { |
2 | 2 | "compilerOptions": { |
3 | 3 | /* Basic Options */ |
4 | | - "target": "ES5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */, |
| 4 | + "target": "ES2020" /* 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 | 6 | "lib": [ |
7 | | - "es2017", |
8 | | - "dom" |
| 7 | + "ES2020", |
| 8 | + "dom", |
9 | 9 | ] /* Specify library files to be included in the compilation. */, |
10 | 10 | "allowJs": true /* Allow javascript files to be compiled. */, |
11 | 11 | // "checkJs": true, /* Report errors in .js files. */ |
12 | 12 | "jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */, |
13 | 13 | "declaration": true /* Generates corresponding '.d.ts' file. */, |
14 | | - "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ |
| 14 | + "declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */, |
15 | 15 | "sourceMap": true /* Generates corresponding '.map' file. */, |
16 | 16 | // "outFile": "./", /* Concatenate and emit output to single file. */ |
17 | 17 | // "outDir": "./lib", /* Redirect output structure to the directory. */ |
|
59 | 59 | // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ |
60 | 60 | // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ |
61 | 61 | "skipLibCheck": true, |
62 | | - "erasableSyntaxOnly": true |
63 | | - } |
| 62 | + "erasableSyntaxOnly": true, |
| 63 | + }, |
64 | 64 | // "references": [ |
65 | 65 | // { "path": "./packages/ra-core" }, |
66 | 66 | // { "path": "./packages/ra-data-fakerest" }, |
|
0 commit comments