Files
smpp-js/tsconfig.json
T
lilleman 4c43f6748d
Mirror / push (push) Has been cancelled
Test / lint (pull_request) Successful in 22s
Test / test (18) (pull_request) Successful in 29s
Test / test (20) (pull_request) Successful in 29s
Test / test (22) (pull_request) Successful in 30s
Test / test (24) (pull_request) Successful in 29s
Test / test (26) (pull_request) Successful in 29s
Measure what this library sustains, and against Jasmin and SMPPSim
2026-09-20 23:11:48 +02:00

29 lines
757 B
JSON

{
"compilerOptions": {
"allowImportingTsExtensions": true,
"declaration": true,
"declarationMap": true,
"erasableSyntaxOnly": true,
"exactOptionalPropertyTypes": true,
"isolatedModules": true,
"lib": ["ES2023"],
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"rewriteRelativeImportExtensions": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2023",
"types": ["node"],
"verbatimModuleSyntax": true
},
"include": ["benchmarks", "eslint.config.ts", "interop-tests", "src", "test"]
}