Tsify asm-docs-tests to typescript with utils (#4670)

This commit is contained in:
Mats Jun Larsen
2023-01-31 21:00:48 +00:00
committed by GitHub
parent 86317c7e7f
commit 39b81c963f
6 changed files with 42 additions and 12 deletions

View File

@@ -11,6 +11,7 @@
/* Code generation */
"outDir": "./out/dist",
"typeRoots": ["./typings", "./node_modules/@types"],
"types": ["mocha", "chai", "chai-http"],
/* Other options */
"allowJs": true
}