mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 18:54:51 +00:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"noUnusedParameters": false,
|
|
"tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
|
|
"paths": {}
|
|
},
|
|
"include": ["./*.js"]
|
|
}
|