mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-09 09:52:19 +00:00
13 lines
252 B
JSON
13 lines
252 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2016",
|
||
|
"jsx": "react-jsx",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|