mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-25 14:08:37 -05:00
12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"tsBuildInfoFile": "../../.build-cache/utils-docker.tsbuildinfo"
|
|
},
|
|
"include": ["src"]
|
|
}
|