mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 11:14:42 +00:00
10 lines
149 B
JSON
10 lines
149 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["./lib"],
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"outDir": "dist",
|
||
|
"noEmit": false
|
||
|
}
|
||
|
}
|