mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-15 22:43:11 +00:00
8 lines
112 B
JSON
8 lines
112 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"noEmit": false
|
|
},
|
|
"exclude": ["node_modules/**"]
|
|
}
|