diff options
Diffstat (limited to 'gateway/tsconfig.json')
-rw-r--r-- | gateway/tsconfig.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gateway/tsconfig.json b/gateway/tsconfig.json index 5ecb21e1..56b9ca7d 100644 --- a/gateway/tsconfig.json +++ b/gateway/tsconfig.json @@ -9,7 +9,7 @@ "target": "ES2020" /* 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": [ - "ES2015", + "ES2019", "ES2020.BigInt", "DOM" ] /* Specify library files to be included in the compilation. */, @@ -67,7 +67,7 @@ // "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ /* Experimental Options */ - // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ + "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ @@ -79,6 +79,6 @@ "@fosscord/gateway": ["src/index.ts"], "@fosscord/gateway/*": ["src/*"] }, - "plugins": [{ "transform": "@zerollup/ts-transform-paths" }] + "plugins": [{ "transform": "@ovos-media/ts-transform-paths" }] } } |