Files
mastodon/streaming/tsconfig.json
2024-02-27 14:59:20 +00:00

13 lines
315 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "esnext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noUnusedParameters": false,
"tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
"paths": {},
},
"include": ["./*.js", "./.eslintrc.cjs"],
}