40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"@/*": ["./*", "../../node_modules/*"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
]
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".next/types/**/*.ts",
|
|
"../../packages/leafcutter-common/components/Create.tsx",
|
|
"../../packages/leafcutter-common/components/About.tsx",
|
|
"../../packages/leafcutter-common/components/FAQ.tsx",
|
|
"../../packages/leafcutter-common/components/Trends.tsx",
|
|
"../../packages/leafcutter-common/components/Preview.tsx",
|
|
"app/(main)/setup/_components/Setup.tsx"
|
|
, "app/api/proxy/[[...path]]" ],
|
|
"exclude": ["node_modules", "babel__core"]
|
|
}
|