{ "compilerOptions": { "target": "ESNext", "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "ESNext", "moduleResolution": "Node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "baseUrl": ".", "paths": { "@icon/*": ["./src/assets/icons/*"], "@type/*": ["./src/types/*"], "@store/*": ["./src/store/*"], "@hooks/*": ["./src/hooks/*"], "@constants/*": ["./src/constants/*"], "@api/*": ["./src/api/*"], "@components/*": ["./src/components/*"], "@utils/*": ["./src/utils/*"], "@src/*": ["./src/*"] } }, "include": ["src", "electron/index.cjs"], "references": [{ "path": "./tsconfig.node.json" }] }