mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 00:54:02 -05:00
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"noUnusedParameters": false,
|
|
"paths": {}
|
|
},
|
|
"include": ["./*.js", "./.eslintrc.js"]
|
|
}
|