1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-23 22:56:20 +09: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 18:09:57 +09:00
"tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
"paths": {}
},
"include": ["./*.js", "./.eslintrc.cjs"]
}