1
0

Initial commit

This commit is contained in:
2022-05-11 19:49:34 +00:00
committed by GitHub
commit 05a8cd39ed
35 changed files with 10972 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"compilerOptions":
{
"target": "es5",
"lib":
[
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [ "src" ]
}