Files
2026-07-14 08:34:45 +03:00

12 lines
211 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2022", "DOM"],
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}