diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index ca58ddb89..3e4648cf7 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "compilerOptions": { | 2 | "compilerOptions": { |
3 | "target": "es5", | 3 | "target": "es5", |
4 | "module": "system", | 4 | "module": "commonjs", |
5 | "moduleResolution": "node", | 5 | "moduleResolution": "node", |
6 | "sourceMap": true, | 6 | "sourceMap": true, |
7 | "emitDecoratorMetadata": true, | 7 | "emitDecoratorMetadata": true, |