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

View File

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