Invalid JSON: Expected double-quoted property name in JSONat line 15, column 3
| { | |
| "compilerOptions": { | |
| "rootDir": "src", | |
| "outDir": "lib", | |
| "target": "es2020", | |
| "module": "commonjs", | |
| "declaration": true, | |
| "composite": true, | |
| "incremental": true, | |
| "skipLibCheck": true, | |
| "esModuleInterop": true, | |
| "moduleResolution": "node", | |
| "jsx": "react-jsx", | |
| "jsxImportSource": "@satorijs/element", | |
| }, | |
| "include": [ | |
| "src", | |
| ], | |
| } | |