Files
self/circuits/tsconfig.json
2024-03-23 11:53:58 -07:00

9 lines
172 B
JSON

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