{ "imports": { "@app/": "./src/", "@pages/": "./src/pages/", "@components/": "./src/components/", "@core/": "./src/core/", "@layouts/": "./src/layouts/", "@std/path": "jsr:@std/path@^1.1.0" }, "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 }, "fmt": { "exclude": [ "src/*.gen.ts", "*.test.ts", "*.test.tsx" ] }, "lint": { "exclude": [ "src/*.gen.ts", "*.test.ts", "*.test.tsx" ], "report": "pretty" }, "unstable": [ "sloppy-imports" ] }