mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 04:56:49 +00:00
dc3774c0ed
* merge: master * fix: CI * use: js script instead of shell script to run precheck and mocha * use `console.log` instead of `debug.log` for `run-tests.js`
11 lines
245 B
JSON
11 lines
245 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist/",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
|
},
|
|
"include": ["src", "src/run-tests.js"],
|
|
"exclude": ["src/**/*.spec.ts", "src/test_utils"]
|
|
}
|