• J
    fix: prevent mocha/jest types conlict · 0a07d67c
    Joe Previte 提交于
    Modify the tsconfig.json in lib/vscode/src/build.
    
    This adds the flag skipLibCheck: true to tell TypeScript
    to not type-check the declaration files at build time.
    
    We need to add this because otherwise it checks the declaration
    files and reports an error of duplicate type definitions
    because we use Jest for our tests and they use Mocha and they
    both use the global namespace "test" in their .d.ts files.
    0a07d67c
This project manages its dependencies using Yarn. 进一步了解
yarn.lock 421.1 KB