{ "compilerOptions": { "noEmit": true, "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react", "experimentalDecorators": true, "noFallthroughCasesInSwitch": true, "moduleResolution": "node", "lib": [ "dom", "dom.iterable", "esnext" ], "paths": { "@lib/*": ["./*"] } }, }