zhuyadong / pomelo-ts

pomelo types define for typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安装方法

npm add zhuyadong/pomelo-ts

配置

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

About

pomelo types define for typescript

License:MIT License