mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-11 10:13:13 +00:00
8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"extends": "../../tsconfig.dev",
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src", "scripts", "tests", "web", "playwright.config.ts"]
|
|
}
|