UNPKG

@casadi/casadi-wasm

Version:

CasADi — symbolic framework for algorithmic differentiation and numerical optimization, compiled to WebAssembly. Runs in Node.js with on-demand solver plugins (ipopt, fatrop, sundials, ...).

16 lines (15 loc) 543 B
{ "//": "Editor support for the JS examples. Gives autocomplete on the casadi module when example functions annotate `@param {typeof import('casadi')} M`. Requires the symlinked casadi.d.ts (see README).", "compilerOptions": { "target": "ES2022", "module": "commonjs", "moduleResolution": "node", "checkJs": false, "lib": ["ES2022", "DOM"], "baseUrl": ".", "paths": { "casadi": ["../../../build-wasm/swig/wasm-js/casadi"] } }, "include": ["*.js", "../../../build-wasm/swig/wasm-js/casadi.d.ts"] }