{ "compilerOptions": { "module": "commonjs", "target": "ES2020", "outDir": "out", "lib": ["ES2020", "DOM", "DOM.Iterable"], "sourceMap": true, "rootDir": "src", "strict": true, "jsx": "react-jsx", "skipLibCheck": true, "esModuleInterop": true }, "exclude": ["node_modules", ".vscode-test"] }