0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-01-03 03:10:05 -05:00
safetwitch-backend/tsconfig.json

11 lines
184 B
JSON
Raw Permalink Normal View History

2023-03-24 06:41:33 -05:00
{
"compilerOptions": {
2023-03-26 18:10:57 -05:00
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"outDir": "./dist",
"resolveJsonModule": true,
2023-03-26 18:10:57 -05:00
"strict": true
2023-03-24 06:41:33 -05:00
}
}