1 2 3 4 5 6 7 8
{ "compilerOptions": { "lib": ["ES2022"], "module": "es2022", "allowSyntheticDefaultImports": true }, "include": ["src/**/*"] }