mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 10:50:09 +00:00
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"incremental": false,
|
|
"tsBuildInfoFile": null,
|
|
"rootDir": null,
|
|
"outDir": null
|
|
},
|
|
"include": ["."]
|
|
}
|