Created
January 5, 2023 22:02
-
-
Save shawncao/6f605ef79ae920f9fd9f25146d5d7d4e to your computer and use it in GitHub Desktop.
Revisions
-
shawncao created this gist
Jan 5, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ { "extends": "./paths.json", "compilerOptions": { "target": "ES6", "lib": [ "dom", "dom.iterable", "esnext" ], "downlevelIteration": true, "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noImplicitAny": false, "strictNullChecks": false, "noEmit": true, "jsx": "react-jsx" }, "include": [ "src" ] }