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

11 lines
184 B
JSON
Raw Normal View History

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