mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-03-22 14:53:15 +00:00
8 lines
135 B
JSON
8 lines
135 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"noEmit": true
|
||
|
|
}
|
||
|
|
}
|