Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", | |
| "target": "ES2020", | |
| "useDefineForClassFields": true, | |
| "lib": [ | |
| "ES2020", | |
| "DOM", | |
| "DOM.Iterable" | |
| ], | |
| "module": "ESNext", | |
| "skipLibCheck": true, | |
| "moduleResolution": "bundler", | |
| "allowImportingTsExtensions": true, | |
| "verbatimModuleSyntax": false, | |
| "moduleDetection": "force", | |
| "noEmit": true, | |
| "jsx": "react-jsx", | |
| "strict": false, | |
| "noUnusedLocals": false, | |
| "noUnusedParameters": false, | |
| "noFallthroughCasesInSwitch": false, | |
| "noUncheckedSideEffectImports": false, | |
| "forceConsistentCasingInFileNames": false, | |
| "baseUrl": "./", | |
| "paths": { | |
| "@/*": [ | |
| "./src/*" | |
| ] | |
| }, | |
| "types": [ | |
| "node", | |
| "express" | |
| ] | |
| }, | |
| "include": [ | |
| "src", | |
| "api" | |
| ] | |
| } | |