UNPKG
react-crossword-v2
Version:
latest (4.3.9)
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.2
4.3.1
4.3.0
4.2.9
4.2.8
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
A flexible, responsive, and easy-to-use crossword component for React apps
mmmewk/react-crossword
react-crossword-v2
/
example
/
tsconfig.json
12 lines
(11 loc)
•
225 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es2016"
,
"module"
:
"commonjs"
,
"jsx"
:
"react-jsx"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
}