reconcile/frontend/test-client/tsconfig.json
2025-02-23 10:12:52 +00:00

11 lines
189 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"target": "ES2022",
"module": "CommonJS",
"esModuleInterop": true,
"lib": ["DOM", "ESNext"]
},
"exclude": ["./dist"]
}