Spaces:
Paused
Paused
| { | |
| "extends": "../../../../tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "lib": ["ES2023", "DOM"], | |
| "jsx": "react-jsx" | |
| }, | |
| "include": ["src"] | |
| } | |
| { | |
| "extends": "../../../../tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "lib": ["ES2023", "DOM"], | |
| "jsx": "react-jsx" | |
| }, | |
| "include": ["src"] | |
| } | |