Files
Exiled-Exchange-2/main/tsconfig.json
T

11 lines
198 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "esnext",
"strict": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
}