mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-03-12 11:57:15 -04:00
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2022",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"moduleDetection": "force",
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
"module": "preserve",
|
|
"noEmit": true,
|
|
"lib": ["es2022"]
|
|
}
|
|
}
|