mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-23 03:10:26 -06:00
21 lines
503 B
JSON
21 lines
503 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"moduleDetection": "force",
|
|
"module": "preserve",
|
|
"resolveJsonModule": true,
|
|
"types": ["node"],
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"noImplicitOverride": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noEmit": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|