{ "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */ "target": "ES2020", "lib": ["ES2020", "DOM", "DOM.Iterable"], "jsx": "react-jsx", "useDefineForClassFields": true, /* Modules */ "module": "ESNext", "moduleResolution": "bundler", /* Emit */ "noEmit": true, /* Interop Constraints */ "isolatedModules": true, "allowSyntheticDefaultImports": true, "allowImportingTsExtensions": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, /* Completeness */ "skipLibCheck": true, "baseUrl": "./src", "paths": { "@/*": ["*"] } } }