Files
twitch-subathon-countdown/tsconfig.json
T
sugoidogo 9c07d2345d
Publish / release (push) Successful in 2m13s
update to ts and cloudflare pages
2025-12-16 02:01:08 -08:00

12 lines
263 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "es2022",
"lib": ["ESNext"],
"moduleResolution": "node",
"sourceMap": true,
"inlineSources": true,
"outDir": "dist/js"
},
"include": ["src"]
}