mirror of
https://github.com/discordeno/discordeno.git
synced 2026-07-21 13:42:53 +00:00
ac1952f05b
* Update tsconfig.json * Remove allowJS
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": ["."]
|
|
}
|