UNPKG

pangu

Version:

Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).

21 lines (20 loc) 418 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "ES2022", "lib": ["ES2022"], "module": "ESNext", "outDir": "../../dist", "rootDir": "../..", "noEmit": false, "declaration": true, "declarationMap": false, "sourceMap": true, "types": ["node"] }, "include": [ "./**/*.ts", "../shared/**/*.ts" ], "exclude": ["**/*.test.ts", "**/*.spec.ts"] }