Files
2026-08-08 18:00:34 +02:00

16 lines
327 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"],
"lib": ["ES2022"]
},
"include": ["src", "scripts"]
}