mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-06 21:03:57 -05:00
14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"noImplicitAny": false,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["./scripts", "./test"],
|
|
"files": ["./hardhat.config.ts"]
|
|
}
|