mirror of
https://github.com/ruilisi/fortune-sheet.git
synced 2025-01-08 11:47:38 +08:00
13 lines
248 B
JSON
13 lines
248 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"jsx": "react",
|
||
|
"strict": true,
|
||
|
"strictNullChecks": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|