1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-25 02:09:42 +00:00
mastodon/streaming/tsconfig.json

13 lines
313 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "esnext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noUnusedParameters": false,
2024-01-12 09:09:57 +00:00
"tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
"paths": {}
},
"include": ["./*.js", "./.eslintrc.cjs"]
}