👷‍♂️ Update tsconfig so it generates .d.ts files

This commit is contained in:
C-3PO 2018-10-23 23:23:49 +02:00
parent bf306b2480
commit 7b757e5377
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"inlineSourceMap": true,
"inlineSources": true,
"module": "commonjs",