12abef4076
Write a basic web app with a Rust engine, compiled to WebAssembly, powering a Civet interface. Do linear algebra in the engine using the `nalgebra` crate.
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"lib": ["es2021", "dom"],
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"compilerOptions": {
|
|
"module": "ES2020"
|
|
}
|
|
}
|
|
}
|