mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 00:33:12 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
|
|
module.exports = {
|
||
|
|
parserOptions: {
|
||
|
|
tsconfigRootDir: __dirname,
|
||
|
|
project: "./tsconfig.dev.json"
|
||
|
|
},
|
||
|
|
ignorePatterns: ["src/resources/**/*"]
|
||
|
|
};
|