qwerty-dubeolsik
Version:
⌨ This library allows you to easily convert Korean keys to English or English keys to Korean on a QWERTY keyboard.
27 lines (26 loc) • 583 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"incremental": false,
"baseUrl": ".",
"paths": {
"src/*": ["src/*"]
}
},
"include": ["**/*", "**/.*", ".**/*"],
"exclude": ["node_modules"],
"ts-node": {
"files": true
}
}