Files
sdk/sdks/javascript/tsconfig.json
T

17 lines
364 B
JSON
Raw Normal View History

2026-05-29 12:46:42 -05:00
{
"compilerOptions": {
"target": "ES2021",
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src", "test"]
}