UNPKG

eslint-typescript-saturnino

Version:
36 lines (35 loc) 1.13 kB
{ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "baseUrl": ".", "paths": { "@/components/*": ["components/*"], "@/pages/*": ["pages/*"], "@/enums/*": ["enums/*"], "@/hooks/*": ["hooks/*"], "@/contexts/*": ["contexts/*"], "@/services/*": ["services/*"], "@/data/*": ["data/*"], "@/interfaces/*": ["interfaces/*"], "@/models/*": ["models/*"], "@/utils/*": ["utils/*"], "@/mocks/*": ["mocks/*"], "@/styles/*": ["styles/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types.d.ts", "**/styles.ts", "mocks/signin.ts", "__tests__/Pages/LandingPage.test.js", "__tests__/Pages/Dashboard.test.js", "__tests__/Components/Layout.test.js"], "exclude": ["node_modules"] }