{ "compilerOptions": { "composite": true, "skipLibCheck": true, "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "target": "ES2020", "lib": ["ES2020"], "strict": true, "noEmit": false, "outDir": "./dist/types", "allowJs": true }, "include": ["webpack.config.js"] }