Add English to Katakana and Romaji conversion support
This commit is contained in:
@ -27,8 +27,9 @@
|
||||
"noPropertyAccessFromIndexSignature": true,
|
||||
|
||||
// Next.js specific settings
|
||||
"types": ["react", "bun"]
|
||||
"types": ["react", "bun"],
|
||||
"typeRoots": ["./node_modules/@types", "./types"]
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
|
||||
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "types/**/*.ts"],
|
||||
"exclude": ["node_modules", ".next", "out", "public", "styles"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user