DNDQoteGrabber/node_modules/discord-fetch-all/tsconfig.json
2023-12-20 15:09:06 +01:00

10 lines
198 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"lib": ["ES2019"],
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}