~cytrogen/masto-fe

ref: 24deaf2e4a6bd7a3d5fb50fa8ed5102286fa8988 masto-fe/tsconfig.json -rw-r--r-- 498 bytes
24deaf2e — renovate[bot] Update dependency postcss to v8.4.29 (#26720) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "target": "esnext",
    "module": "CommonJS",
    "moduleResolution": "node",
    "allowJs": true,
    "noEmit": true,
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "baseUrl": "./",
    "paths": {
      "mastodon": ["app/javascript/mastodon"],
      "mastodon/*": ["app/javascript/mastodon/*"]
    }
  },
  "include": [
    "app/javascript/mastodon",
    "app/javascript/packs",
    "app/javascript/types"
  ]
}