return rootdir
- Replaced `crypto` to `crypto-js@3.3.0` - Rewrote `authHelpers.ts:signMessage` as a result - Installed `events` - Added `"outDir":"dist"` to `tsconfig.json` - Replaced `"rootDir": "./"` to `"rootDir": "./src"` in `tsconfig.json` - Added `"prepubli
// initialize a typescript project // in tsconfig.json file chnage (rootDir, outDir and declaration)
Set rootDir in config to what it would have computed by typescript@5.9
> A simple utility to get the packages from a monorepo, whether they're using Yarn, npm, Lerna, pnpm, Bun or Rush
Statoscope stats validator
A jest reporter that generates junit xml files
Disable rootDir imports in typescript projects.
1. npm init -y 2. npx tsc --init 3. tsconfig: rootDir to src, outDir to dist, change declaration true=>also do type which have only declaration not defination ts=>index.d.ts in dist, js
📝 Populate code blocks from files
Updates TypeScript references automatically while using workspaces
first npm init -y second tsc --init and then rootdir to src outdir to dist and declaration:true add codes in src/index.ts write the name of package in package.json and main:"dist/index.js" and then npm login in terminal and then npm publish
If you are a author of open source repository, you may want to support both commonjs and es-module for users since it's a confused period. It's hard to use `__dirname` and `import.meta.url` in one file specially for typescript project.
react-fast-pdf
Resolve and validate Lingui configuration
Handlebars transformer for Jest
Shared Jest config for Vyriy projects
Teardown API for testing file system-dependent code.
SWC plugin for relay
Base TypeScript configuration files for AdonisJS applications and packages
1. Create folder `mkdir folder cd folder` 2. Run `npm init -y` to get bootstrap it will generate the `package.json` file. 3. Run `tsc --init` it will create the `tsconfig.json` file. 4. Goto `tsconfig.json` file and set `rootdir = "src"`, `outdir ="dist"
Cypress bindings for jest-image-snapshot.
typescript模块发布 ``` npm init -y # 生成package.json tsc --init # 生成tsconfig.json ``` 修改tsconfig.json, ``` { "compilerOptions": { "module": "commonjs", "moduleResolution": "node", "target": "es6", "rootDir": "src", "outDir": "dist", "
Simple DTS single-file generation utility for TypeScript bundles
Create btrfs filesystems
WebNative Filesystem API (WebAssembly)
WebNative Filesystem API (WebAssembly)
Collect test task from input files, execute them and compare results with golden.
Simple utility to return the absolute path to your project root
Userspace transaction infrastructure for modifying btrfs filesystems
command line tool for sql-fun
Provides typed variants of Path and PathBuf for Unix and Windows
Ethereum Classic secure account management core libary
Rusty wrapper for mkfs.btrfs
Fuse layer exposing Crypt4GH-encrypted files, as if they were decrypted
FUSE Filesystem Library