UNPKG

@tsd/typescript

Version:

TypeScript with some extras for type-checking.

9 lines (8 loc) 272 B
// This file is a shim which defers loading the real module until the compile cache is enabled. try { const { enableCompileCache } = require("node:module"); if (enableCompileCache) { enableCompileCache(); } } catch {} module.exports = require("./_tsserver.js");