mirror of
https://github.com/run-llama/voice-chat-pdf.git
synced 2026-06-30 22:27:54 -04:00
23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "esnext", "ES2020"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"incremental": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "src/pages/index.tsx"],
|
|
"exclude": ["node_modules"]
|
|
}
|