{ "compilerOptions": { "jsx": "react-jsx", "allowJs": true, // Bundler mode "moduleResolution": "bundler", "module": "preserve", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["dist", "node_modules"] }