Files
self/circuits/tsconfig.json
2024-05-01 17:24:33 +09:00

9 lines
172 B
JSON

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