fortune-sheet/tsconfig.json

13 lines
248 B
JSON
Raw Normal View History

2022-03-05 09:41:26 +08:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true
}
}