mirror of
https://github.com/meshtastic/web.git
synced 2026-04-20 22:10:26 -04:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"imports": {
|
|
"@meshtastic/core": "jsr:@meshtastic/core@^2.6.2",
|
|
"@meshtastic/js": "jsr:@meshtastic/js@^2.3.4",
|
|
"@meshtastic/transport-http": "jsr:@meshtastic/transport-http@^0.2.1",
|
|
"@meshtastic/transport-web-bluetooth": "jsr:@meshtastic/transport-web-bluetooth@^0.1.1",
|
|
"@meshtastic/transport-web-serial": "jsr:@meshtastic/transport-web-serial@^0.2.1",
|
|
"@app/": "./src/",
|
|
"@pages/": "./src/pages/",
|
|
"@components/": "./src/components/",
|
|
"@core/": "./src/core/",
|
|
"@layouts/": "./src/layouts/"
|
|
},
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext",
|
|
"deno.window",
|
|
"deno.ns"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"strictNullChecks": true,
|
|
"types": [
|
|
"vite/client",
|
|
"node",
|
|
"@types/web-bluetooth",
|
|
"@types/w3c-web-serial"
|
|
],
|
|
"strictPropertyInitialization": false
|
|
},
|
|
"unstable": [
|
|
"sloppy-imports"
|
|
]
|
|
}
|