All checks were successful
/ test (push) Successful in 11s
Resolves #8. Reviewed-on: #9 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
8 lines
166 B
JSON
8 lines
166 B
JSON
{
|
|
"imports" : {
|
|
"#nanomath": "./nanomath.js",
|
|
"#core/*.js": "./core/*.js",
|
|
"#number/*.js": "./number/*.js"
|
|
},
|
|
"type" : "module"
|
|
}
|