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 /src | |
| parent | [Test] Fix test (diff) | |
| download | misskey-f210260826e9d81680b1e3a8db9b97aa00e4fb6b.tar.gz misskey-f210260826e9d81680b1e3a8db9b97aa00e4fb6b.tar.bz2 misskey-f210260826e9d81680b1e3a8db9b97aa00e4fb6b.zip | |
Clean up :sparkles:
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 4 | ||||
| -rw-r--r-- | src/tsconfig.json | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/index.ts b/src/index.ts index 937fef299a..a226fdd6c8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,10 +26,6 @@ import loadConfig from './config'; const clusterLog = debug('misskey:cluster'); -// Init babel -require('babel-core/register'); -require('babel-polyfill'); - enum InitResult { Success, Warn, diff --git a/src/tsconfig.json b/src/tsconfig.json index 2909810da0..ecff047a74 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -8,7 +8,7 @@ "noFallthroughCasesInSwitch": true, "declaration": false, "sourceMap": false, - "target": "es6", + "target": "es2017", "module": "commonjs", "removeComments": false, "noLib": false |