ModularVencord/scripts/tsconfig.json

18 lines
319 B
JSON

{
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"strict": true,
"module": "NodeNext",
"resolveJsonModule": true,
"noEmit": true,
"allowJs": true,
"checkJs": true,
"allowSyntheticDefaultImports": true,
"target": "ESNext"
},
}