You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"build": "npm run pre-transpile && npm run transpile && npm run post-transpile && npm run update-badges",
31
31
"force-build": "npm run pre-transpile && npm run force-transpile-fast && npm run post-transpile && npm run update-badges",
32
32
"force-build-slow": "npm run pre-transpile && npm run force-transpile && npm run post-transpile && npm run update-badges",
33
-
"pre-transpile": "npm run export-exchanges && npm run vss && npm run tsBuild && npm run emitTypes && npm run tsBuildExamples && npm run copy-python-files && npm run check-js-syntax && npm run bundle",
33
+
"pre-transpile": "npm run export-exchanges && npm run vss && npm run tsBuild && npm run emitAPI && npm run tsBuildExamples && npm run copy-python-files && npm run check-js-syntax && npm run bundle",
34
34
"post-transpile": "npm run check-python-syntax && npm run check-php-syntax",
35
35
"test-ws": "npm run build && node run-tests-ws",
36
36
"test": "npm run build && npm run commonjs-test && node run-tests",
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */
46
46
/* Emit */
47
-
//"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
47
+
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
48
48
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
49
49
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
0 commit comments