Files
SDK-TypeScript/tsconfig.json
chatenium d7422efcf0
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m2s
Quick-fix
2026-04-08 16:56:09 +02:00

16 lines
342 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "NodeNext",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist",
"verbatimModuleSyntax": false,
},
"include": ["src"]
}