js-waku/packages/run/tsconfig.dev.json

8 lines
158 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.dev",
"compilerOptions": {
"rootDir": "."
},
2025-10-09 16:56:42 -07:00
"include": ["src", "scripts", "tests", "web", "playwright.config.ts"]
}