{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, /* Linting */ "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "moduleResolution": "bundler" } }