We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node_modules/ml-regression-multivariate-linear/regression-multivariate-linear.d.ts:34:3 - error TS2666: Exports and export assignments are not permitted in module augmentations export default MultivariateLinearRegression; tsconfig { "compilerOptions": { "module": "commonjs", "declaration": false, "noImplicitAny": false, "removeComments": true, "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es6", "esModuleInterop":true, "allowSyntheticDefaultImports":true, "sourceMap": true, "allowJs": true, "outDir": "./dist", "typeRoots": ["./node_modules/@types"], "types": ["node"] }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"] }
package.json : "ml-regression-multivariate-linear": "^2.0.2"
I could not get passed this error.
The text was updated successfully, but these errors were encountered:
f579c4b
fix: fix export issues (close #18)
64ad6fc
fix: fix TypeScript export issue
13c8b26
Closes: #18
4cba7a2
opatiny
Successfully merging a pull request may close this issue.
package.json :
"ml-regression-multivariate-linear": "^2.0.2"
I could not get passed this error.
The text was updated successfully, but these errors were encountered: