ModularVencord/scripts/tsconfig.json
2024-06-15 15:46:33 -04:00

19 lines
352 B
JSON

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