mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
e71b6d31b1
**Description:** I verified that `swc_cli` (Rust) works with ```json { "jsc": { "parser": { "syntax": "typescript" }, "experimental": { "emitIsolatedDts": true } } } ```
37 lines
879 B
JSON
37 lines
879 B
JSON
{
|
|
"name": "@swc/types",
|
|
"packageManager": "yarn@4.0.2",
|
|
"version": "0.1.9",
|
|
"description": "Typings for the swc project.",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "yarn build",
|
|
"prepack": "yarn build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/swc-project/swc.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"swc",
|
|
"types"
|
|
],
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/swc-project/swc/issues"
|
|
},
|
|
"homepage": "https://swc.rs",
|
|
"devDependencies": {
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@swc/counter": "^0.1.3"
|
|
}
|
|
}
|