diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tsconfig.json b/tsconfig.json index b6f95e64d..937240b76 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,13 +1,13 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es5", - "lib": ["es2017", "dom"], - "sourceMap": true, - "declaration": true, - "experimentalDecorators": true, - "noImplicitReturns": true, - "pretty": true, - "strict": true - } + "compilerOptions": { + "module": "commonjs", + "target": "es5", + "lib": ["es2017", "dom"], + "sourceMap": true, + "declaration": true, + "experimentalDecorators": true, + "noImplicitReturns": true, + "pretty": true, + "strict": true + } } |