summary refs log tree commit diff
path: root/cdn/tsconfig.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 /cdn/tsconfig.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 'cdn/tsconfig.json')
-rw-r--r--cdn/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/tsconfig.json b/cdn/tsconfig.json

index f2f378e1..c80d16fd 100644 --- a/cdn/tsconfig.json +++ b/cdn/tsconfig.json
@@ -4,7 +4,7 @@ /* Visit https://aka.ms/tsconfig.json to read more about this file */ /* Basic Options */ - // "incremental": true, /* Enable incremental compilation */ + "incremental": true, /* Enable incremental compilation */ "target": "ES6" /* 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", "dom"] /* Specify library files to be included in the compilation. */,