scrabble-solver
Version:
Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Crossplay, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.
24 lines (22 loc) • 626 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"declaration": false,
"isolatedModules": true,
"jsx": "preserve",
"lib": ["dom", "dom.iterable", "esnext"],
"noEmit": true,
"paths": {
"@/*": ["./src/*"]
},
"resolveJsonModule": true,
"rootDir": "./src",
"skipLibCheck": true,
"typeRoots": ["./node_modules/@types", "../../node_modules/@types", "./src/@types"],
"incremental": true
},
"exclude": ["node_modules", "**/*.test.ts"],
"files": ["./src/@types/scss.d.ts", "./src/@types/svg.d.ts"],
"include": ["next-env.d.ts", "./src"]
}