Files
adf-codec/package-tests/tsconfig.json
lilleman d9056973a1
CI / gate (push) Successful in 11s
CI / publish (push) Has been skipped
5c: the build, the freeze audit and the release pipeline
2026-09-03 20:26:25 +02:00

13 lines
226 B
JSON

{
"compilerOptions": {
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
"strict": true,
"target": "ES2022",
"types": []
},
"include": ["consumer.ts"]
}