Spaces:
Configuration error
Configuration error
| { | |
| "compilerOptions": { | |
| "target": "esnext", | |
| "module": "commonjs", | |
| "baseUrl": "src" | |
| }, | |
| "include": ["src/**/*"], | |
| "exclude": ["node_modules"] | |
| } | |