{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "noEmit": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, "lib": ["DOM", "WebWorker", "ESNext"], /* Linting */ "noUnusedLocals": true, /* Completeness */ "skipLibCheck": true } }