1
0
mirror of synced 2025-11-08 12:57:47 +00:00

feat(starter): add changelogs and examples

This commit is contained in:
Jason Dreyzehner
2017-02-12 11:23:46 -05:00
parent 7304e24d77
commit 5f18048ab7
19 changed files with 1121 additions and 42 deletions

View File

@@ -0,0 +1,12 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "build",
"module": "ES6",
"declaration": false,
"removeComments": true
},
"include": [
"src/*.ts"
]
}