Files
self/circuits/tsconfig.json
0xturboblitz 431fba1b69 add circuits
2023-10-03 12:39:36 +02:00

8 lines
145 B
JSON

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