mirror of
https://github.com/interep-project/contracts.git
synced 2026-01-13 07:17:55 -05:00
15 lines
399 B
JSON
15 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"resolveJsonModule": true,
|
|
"target": "ES2018",
|
|
"module": "CommonJS",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["tasks/**/*", "scripts/**/*", "test/**/*", "build/typechain/**/*"],
|
|
"files": ["./hardhat.config.ts"]
|
|
}
|