0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-01-03 11:20:08 -05:00
safetwitch-backend/tsconfig.json
2023-04-09 12:38:29 -04:00

10 lines
184 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"outDir": "./dist",
"resolveJsonModule": true,
"strict": true
}
}