Skip to content

Commit

Permalink
docs(api doc): created tsconfig.api-dos.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Aug 16, 2017
1 parent 9062fa0 commit 4047116
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/tsconfig.api-doc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2016",
"dom"
]
}
}

0 comments on commit 4047116

Please sign in to comment.