web/tsconfig.jsonblame
View source
3e3af551{
3e3af552 "compilerOptions": {
3e3af553 "target": "ES2017",
3e3af554 "lib": ["dom", "dom.iterable", "esnext"],
3e3af555 "allowJs": true,
3e3af556 "skipLibCheck": true,
3e3af557 "strict": true,
3e3af558 "noEmit": true,
3e3af559 "esModuleInterop": true,
3e3af5510 "module": "esnext",
3e3af5511 "moduleResolution": "bundler",
3e3af5512 "resolveJsonModule": true,
3e3af5513 "isolatedModules": true,
3e3af5514 "jsx": "preserve",
3e3af5515 "incremental": true,
3e3af5516 "plugins": [{ "name": "next" }],
3e3af5517 "paths": {
3e3af5518 "@/*": ["./*"]
3e3af5519 }
3e3af5520 },
3e3af5521 "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
3e3af5522 "exclude": ["node_modules"]
3e3af5523}