ModularVencord/scripts/tsconfig.json

19 lines
319 B
JSON
Raw Normal View History

2024-06-15 19:46:33 +00:00
{
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"strict": true,
"module": "NodeNext",
"resolveJsonModule": true,
"noEmit": true,
"allowJs": true,
"checkJs": true,
"allowSyntheticDefaultImports": true,
"target": "ESNext"
},
}