0a07d67c8d
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. |
||
---|---|---|
.. | ||
azure-pipelines | ||
builtin | ||
darwin | ||
lib | ||
monaco | ||
npm | ||
polyfills | ||
win32 | ||
.cachesalt | ||
.gitattributes | ||
.gitignore | ||
.moduleignore | ||
.nativeignore | ||
.webignore | ||
dependencies.js | ||
gulpfile.compile.js | ||
gulpfile.editor.js | ||
gulpfile.extensions.js | ||
gulpfile.hygiene.js | ||
gulpfile.reh.js | ||
gulpfile.vscode.js | ||
gulpfile.vscode.linux.js | ||
gulpfile.vscode.web.js | ||
gulpfile.vscode.win32.js | ||
hygiene.js | ||
jsconfig.json | ||
package.json | ||
tsconfig.build.json | ||
tsconfig.json | ||
yarn.lock |