Generate/publish *.ts.d (#851)

For TypeScript
This commit is contained in:
cryptcoin-junkey
2018-02-25 16:52:45 +09:00
committed by Elliot Lee
parent ca74cf1028
commit 3fe5d715a5

View File

@@ -15,7 +15,7 @@
"removeComments": false, "removeComments": false,
"preserveConstEnums": false, "preserveConstEnums": false,
"suppressImplicitAnyIndexErrors": false, "suppressImplicitAnyIndexErrors": false,
"declaration": false, "declaration": true,
"sourceMap": true, "sourceMap": true,
"skipLibCheck": true "skipLibCheck": true
}, },