Files
Exiled-Exchange-2/main/tsconfig.json
2023-08-20 13:36:44 +03:00

11 lines
198 B
JSON

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