mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-10-31 20:14:26 +00:00
23 lines
462 B
JSON
23 lines
462 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": "./app/javascript",
|
|
"checkJs": false,
|
|
"experimentalDecorators": true,
|
|
"jsx": "react",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
|
"module": "ES2022",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"strict": false,
|
|
"target": "ES2022"
|
|
},
|
|
"exclude": [
|
|
"**/build/*",
|
|
"**/node_modules/*",
|
|
"**/public/*",
|
|
"**/vendor/*"
|
|
]
|
|
}
|