nyastodon/streaming/tsconfig.json

13 lines
313 B
JSON
Raw Normal View History

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