mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-05-17 21:09:32 +00:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
|
|
module.exports = {
|
||
|
|
parserOptions: {
|
||
|
|
tsconfigRootDir: __dirname,
|
||
|
|
project: "./tsconfig.dev.json"
|
||
|
|
}
|
||
|
|
};
|