mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-11 10:13:13 +00:00
11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist/",
|
|
"rootDir": ".",
|
|
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
|
},
|
|
"include": ["src", "scripts"],
|
|
"exclude": ["tests", "dist", "node_modules"]
|
|
}
|