Files
self/circuits/tsconfig.json
2024-07-14 19:21:55 +02:00

10 lines
172 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true,
"target": "ES2020",
"moduleResolution": "node",
"module": "CommonJS"
}
}