We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1468799 commit e26c54fCopy full SHA for e26c54f
.gitignore
@@ -13,7 +13,6 @@
13
# Generated types
14
*.d.ts
15
*.d.ts.map
16
-!/lib/types/**/*.d.ts
17
18
# Library specific ones
19
!/.vscode/extensions.json
package.json
@@ -32,7 +32,6 @@
32
"check:tsc": "tsc",
33
"check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'",
34
"check": "run-p -c --aggregate-output check:*",
35
- "generate-types": "node lib/utils/generate-types.js > lib/types/api.d.ts",
36
"prepare": "husky install",
37
"test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'",
38
"test-ci": "run-s test:*",
0 commit comments