mirror of
https://github.com/YuzuZensai/Discord-Mobile-Playing-CLI.git
synced 2026-09-13 13:09:06 +00:00
22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|||
|
|
"compilerOptions": {
|
||
|
|
"target": "ESNext",
|
||
|
|
"module": "Preserve",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"moduleDetection": "force",
|
||
|
|
"lib": ["ESNext"],
|
||
|
|
"types": ["bun"],
|
||
|
|
|
||
|
|
"allowJs": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"verbatimModuleSyntax": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"noEmit": true,
|
||
|
|
|
||
|
|
"strict": true,
|
||
|
|
"noUncheckedIndexedAccess": true,
|
||
|
|
"noImplicitOverride": true
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts", "src/**/*.d.ts"]
|
||
|
|
}
|