mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
|
|
module.exports = {
|
||
|
|
parserOptions: {
|
||
|
|
tsconfigRootDir: __dirname,
|
||
|
|
project: "./tsconfig.dev.json",
|
||
|
|
},
|
||
|
|
};
|