mirror of
https://github.com/run-llama/pdf-viewer.git
synced 2026-07-01 21:34:02 -04:00
14 lines
271 B
JSON
14 lines
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"isolatedModules": true,
|
|
"jsx": "react-jsx",
|
|
"module": "preserve",
|
|
"noEmit": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "es2015",
|
|
"verbatimModuleSyntax": true
|
|
}
|
|
}
|