mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 21:15:01 +00:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"outDir": "build/module",
|
|
"module": "esnext"
|
|
},
|
|
"exclude": ["node_modules/**", "src/**/*.spec.ts", "src/test_utils"]
|
|
}
|