scripts: add api-extractor script that generates API reports and documentation

Co-authored-by: Gustaf Räntilä <g.rantila@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-04-07 17:57:18 +02:00
parent f639a09f83
commit 482256023b
3 changed files with 272 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "CommonJS"
}
}