UNPKG

495 BJSONView Raw
1{
2 /* Targets ES2017 for easier debugging of async/await */
3 "extends": "./tsconfig",
4 "compilerOptions": {
5 "target": "es2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
6 "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
7 "lib": ["es2017", "dom"] /* Specify library files to be included in the compilation. */
8 }
9}
\No newline at end of file