[misc]: add package template

This commit is contained in:
41666 2019-06-05 05:55:43 -05:00
parent 78152a601d
commit c6c16ce6b4
No known key found for this signature in database
GPG key ID: DE08FAA8925DC747
5 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./lib"
},
"include": [
"./src"
]
}