mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 18:38:11 +00:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
|
module.exports = {
|
||
|
parserOptions: {
|
||
|
tsconfigRootDir: __dirname,
|
||
|
project: "./tsconfig.dev.json",
|
||
|
},
|
||
|
};
|