mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This allows TypeScript to use incremental compilation by default. Signed-off-by: Anders Kaseorg <anders@zulip.com>
22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"name": "@zulip/shared",
|
|
"version": "0.0.18",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"prepare": "tsc --build --clean && rm -rf lib && tsc && cp src/*.flow lib",
|
|
"version": "tools/npm-version",
|
|
"postversion": "tools/npm-postversion"
|
|
},
|
|
"dependencies": {
|
|
"katex": "^0.16.2",
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.2"
|
|
},
|
|
"files": [
|
|
"icons",
|
|
"lib"
|
|
]
|
|
}
|