Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 307 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 307 Bytes

安装方法

npm add zhuyadong/pomelo-ts

配置

  • tsconfig.json
"compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "*": [
            "./node_modules/pomelo-ts/*",
            "*"
        ]
    },
    "typeRoots": ["node_modules/pomelo-ts", "node_modules/@types"]
}