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).
17 lines (16 loc) • 558 B
JSON
{
"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,
"sourceMap": true,
"types": []
},
"include": ["./**/*.ts", "../shared/**/*.ts"]
}