1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-24 08:33:02 -05:00

13 lines
310 B
JSON
Raw Normal View History

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