2025-04-07 16:18:46 +00:00
|
|
|
{
|
|
|
|
"imports" : {
|
|
|
|
"#nanomath": "./nanomath.js",
|
2025-04-08 22:42:53 +00:00
|
|
|
"#core/*.js": "./core/*.js",
|
2025-04-28 16:29:33 +00:00
|
|
|
"#boolean/*.js": "./boolean/*.js",
|
|
|
|
"#complex/*.js": "./complex/*.js",
|
2025-04-13 16:29:51 +00:00
|
|
|
"#generic/*.js": "./generic/*.js",
|
2025-04-08 22:42:53 +00:00
|
|
|
"#number/*.js": "./number/*.js"
|
2025-04-07 16:18:46 +00:00
|
|
|
},
|
|
|
|
"type" : "module"
|
|
|
|
}
|