mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 03:43:08 +00:00
1565af1caf
Port 4520e6473a
to glitch-soc
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": ["app/javascript/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"app/javascript/mastodon",
|
|
"app/javascript/flavours/glitch",
|
|
"app/javascript/packs"
|
|
]
|
|
}
|