This commit is contained in:
mightypanders 2022-04-21 19:45:47 +02:00
parent ca50a337e5
commit 19f0dccaec

View File

@ -1,6 +1,6 @@
{ {
"extends":"@tsconfig/recommended/tsconfig.json", "extends":"@tsconfig/recommended/tsconfig.json",
"exclude":["node_modules","**/*.test.ts"], "exclude":["node_modules"],
"compilerOptions": { "compilerOptions": {
/* Basic Options */ /* Basic Options */
"target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */, "target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,