Files
Slop-detect/tsconfig.json
T
2026-09-02 20:38:45 +02:00

17 lines
433 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"jsx": "react-jsx",
"jsxImportSource": "preact",
"strict": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
"skipLibCheck": true,
"types": ["firefox-webext-browser", "vitest/globals"]
},
"include": ["src", "tests", "scripts"]
}