output declarations by default

This commit is contained in:
Timo Hocker 2020-04-23 18:09:42 +02:00
parent 17bf48d7cc
commit 32410bab93

View File

@ -53,7 +53,8 @@ const tsconfig = `{
"rootDir": "./lib", "rootDir": "./lib",
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"forceConsistentCasingInFileNames": true "forceConsistentCasingInFileNames": true,
"declaration": true
} }
} }
`; `;