mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 16:08:04 -05:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"declaration": true
|
|
},
|
|
"include": ["./scripts", "integration-test", "./typechain"],
|
|
"files": ["./hardhat.config.ts", "./circomlib.d.ts"]
|
|
}
|