UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

11 lines (10 loc) 199 B
{ "extends": "../tsconfig.json", "compilerOptions": { "types": ["node", "jest"], "lib": ["ESNext"], "rootDir": "./", "outDir": "dist" }, "exclude": ["node_modules", "dist"] }