1 2 3 4 5 6 7 8 9 10 11
{ "compilerOptions": { "lib": ["ES2022", "DOM"], "module": "nodenext", "moduleResolution": "nodenext", "rootDir": "./src", "allowSyntheticDefaultImports": true, "strict": true }, "include": ["src/**/*.ts"] }