mirror of https://github.com/waku-org/js-waku.git
11 lines
225 B
JSON
11 lines
225 B
JSON
|
{
|
||
|
"extends": "../../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist/",
|
||
|
"rootDir": "src",
|
||
|
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": ["src/**/*.spec.ts", "src/test_utils"]
|
||
|
}
|