mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-24 10:58:18 +00:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
|
module.exports = {
|
||
|
parserOptions: {
|
||
|
tsconfigRootDir: __dirname,
|
||
|
project: "./tsconfig.dev.json"
|
||
|
}
|
||
|
};
|