UNPKG

pangu

Version:

Opinionated paranoid text spacing: automatically inserts whitespace between CJK (Chinese, Japanese, Korean) and ANS (alphabetical letters, numerical digits and symbols)

18 lines (17 loc) 586 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "lib": ["ES2022", "DOM", "DOM.Iterable"], // The published .d.ts files are checked the way consumers resolve them, so an extensionless relative import fails the build here instead of breaking anyone using moduleResolution node16/nodenext "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "../../dist", "rootDir": "..", "noEmit": false, "declaration": true, "declarationMap": true, "sourceMap": true, "types": [] }, "include": ["./**/*.ts", "../shared/**/*.ts"] }