openreplay/networkProxy/tsconfig.json
2025-03-25 14:52:43 +01:00

15 lines
351 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "ES2022",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"declaration": true,
"outDir": "./dist",
"strict": false,
"esModuleInterop": true,
"moduleResolution": "node",
"sourceMap": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}