fluxer/fluxer_media_proxy/tsconfig.json
2026-01-01 21:05:54 +00:00

18 lines
408 B
JSON

{
"compilerOptions": {
"exactOptionalPropertyTypes": false,
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"noPropertyAccessFromIndexSignature": false,
"noUncheckedIndexedAccess": false,
"paths": {
"~/*": ["./src/*"]
},
"target": "ESNext"
},
"extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node22/tsconfig"],
"include": ["src/**/*"]
}