Files
discordeno/tsconfig.json
Fleny ac1952f05b fix: tsconfig.json (#3734)
* Update tsconfig.json

* Remove allowJS
2024-07-14 12:59:55 -05:00

12 lines
201 B
JSON

{
"extends": "tsconfig/base.json",
"compilerOptions": {
"noEmit": true,
"incremental": false,
"tsBuildInfoFile": null,
"rootDir": null,
"outDir": null
},
"include": ["."]
}