Add includes section to typescript-typings package.json

This commit is contained in:
Leonid Logvinov 2018-12-19 13:28:43 +01:00
parent c5632490f2
commit bc27ee0deb
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -3,5 +3,6 @@
"compilerOptions": {
"outDir": "lib",
"rootDir": "."
}
},
"include": ["types"]
}