~cytrogen/masto-fe

ref: 8d61d2b0da5e34db3d746ab8449d03ee0aa2ea25 masto-fe/tsconfig.json -rw-r--r-- 288 bytes
8d61d2b0 — dependabot[bot] Bump axios from 1.3.6 to 1.4.0 (#24775) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "jsx": "react",
    "target": "esnext",
    "moduleResolution": "node",
    "allowJs": true,
    "noEmit": true,
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true
  },
  "include": ["app/javascript/mastodon", "app/javascript/packs"]
}