summary refs log tree commit diff
path: root/api/tsconfig-docker.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-08 10:50:32 +0200
committerGitHub <noreply@github.com>2021-10-08 10:50:32 +0200
commit0e038bb3906f4434092282d3ec2d70530ce45667 (patch)
treeff2c8f2fe76c0ff7cf6e798a731df8ad9dfd2d1c /api/tsconfig-docker.json
parent:arrow_up: update packages (diff)
parent:sparkles: bundle build script (diff)
downloadserver-ts-0e038bb3906f4434092282d3ec2d70530ce45667.tar.xz
Merge pull request #418 from TheArcaneBrony/compiler-change
Switch compiler to swc
Diffstat (limited to 'api/tsconfig-docker.json')
-rw-r--r--api/tsconfig-docker.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tsconfig-docker.json b/api/tsconfig-docker.json

index 5d1f0a3c..1713dd64 100644 --- a/api/tsconfig-docker.json +++ b/api/tsconfig-docker.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'. */