mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 22:03:07 +00:00
11 lines
193 B
JSON
11 lines
193 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"outDir": "dist/",
|
||
|
|
"rootDir": "src",
|
||
|
|
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|