| 1234567891011121314151617181920 |
- {
- "compilerOptions": {
- "allowSyntheticDefaultImports": true,
- "declaration": false,
- "jsx": "react",
- "lib": ["ESNext", "dom"],
- "module": "ESNext",
- "moduleResolution": "Node",
- "target": "ESNext",
- "strict": false,
- "baseUrl": "app/javascript"
- },
- "exclude": [
- "node_modules",
- "vendor",
- "public"
- ],
- "compileOnSave": false
- }
|