Files
SDK-TypeScript/tsconfig.json
chatenium 1ccf534e04
Some checks failed
Setup testing environment and test the code / build (push) Successful in 1m1s
Publish to NPM / build-and-publish (release) Failing after 29s
Quick-fix
2026-04-08 16:48:11 +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"]
}