chore: Introduce API Extractor and start generating documentation (#5967)

This commit is contained in:
Jack Franklin
2020-06-04 11:47:13 +01:00
committed by GitHub
parent ef63c64178
commit 00324204ff
16 changed files with 128 additions and 31 deletions

View File

@@ -5,7 +5,9 @@
"outDir": "./lib",
"target": "ESNext",
"moduleResolution": "node",
"module": "CommonJS"
"module": "CommonJS",
"declaration": true,
"declarationMap": true
},
"include": [
"src"