js-waku/packages/message-hash/tsconfig.json

11 lines
225 B
JSON
Raw Permalink Normal View History

2023-03-10 15:50:24 +11:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src",
"tsBuildInfoFile": "dist/.tsbuildinfo"
},
"include": ["src"],
"exclude": ["src/**/*.spec.ts", "src/test_utils"]
}