js-waku/tsconfig.module.json

10 lines
207 B
JSON
Raw Normal View History

{
"extends": "./tsconfig",
"compilerOptions": {
"target": "esnext",
"outDir": "build/module",
"module": "esnext"
},
2021-05-11 01:33:20 +00:00
"exclude": ["node_modules/**", "src/**/*.spec.ts", "src/test_utils"]
}