diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-04 19:20:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-04 19:21:04 +0900 |
| commit | f210260826e9d81680b1e3a8db9b97aa00e4fb6b (patch) | |
| tree | cce68be0e41d9e3062f47196f7e95f94c613d697 /tsconfig.json | |
| parent | [Test] Fix test (diff) | |
| download | misskey-f210260826e9d81680b1e3a8db9b97aa00e4fb6b.tar.gz misskey-f210260826e9d81680b1e3a8db9b97aa00e4fb6b.tar.bz2 misskey-f210260826e9d81680b1e3a8db9b97aa00e4fb6b.zip | |
Clean up :sparkles:
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 515d1847b0..064a04e4d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "noFallthroughCasesInSwitch": true, "declaration": false, "sourceMap": false, - "target": "es6", + "target": "es2017", "module": "commonjs", "removeComments": false, "noLib": false |