mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-10 01:33:13 +00:00
12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist/",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "dist/.tsbuildinfo",
|
|
"jsx": "react"
|
|
},
|
|
"include": ["src", "*.js"],
|
|
"exclude": ["src/**/*.spec.ts", "src/**/*.spec.tsx", "src/test_utils"]
|
|
}
|