Files

20 lines
445 B
JSON
Raw Permalink Normal View History

2026-07-25 06:03:06 +08:00
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": false,
"esModuleInterop": true,
"jsx": "react-jsx",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"paths": {
"@/*": ["./src/*"]
},
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
},
"include": ["src", "examples", "scripts", "cli"]
}