japanese-string-utils
Version:
The utils convert Japanese strings to other forms, such as Hiragana, Katakana, Full-width, Half-width, numeric and others.
23 lines (22 loc) • 546 B
JSON
{
"compilerOptions": {
"baseUrl": "src",
"outDir": "./dist",
"declaration": true,
"target": "es2019",
"lib": ["es2019", "dom"],
"strict": true,
"removeComments": true,
"experimentalDecorators": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}