Files
javascript-client-api/tsconfig.json
T
izzy 0b9ccca95b chore: use bigint parse/stringify
chore: move cli generator into this repo
2025-10-22 17:47:18 +01:00

16 lines
331 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "es6",
"moduleResolution": "bundler",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"outDir": "./lib",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}