Files
llink/js/desktop/tsconfig.json
T
c8233c6f0f fix: apply CodeRabbit auto-fixes
Fixed 2 file(s) based on 1 unresolved review comment.

Co-authored-by: CodeRabbit <[email protected]>
2026-06-11 17:01:24 +00:00

22 lines
437 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"jsx": "react-jsx",
"strict": true,
"ignoreDeprecations": "6.0",
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
}
}
}