mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 10:50:09 +00:00
14 lines
181 B
JSON
14 lines
181 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
},
|
|
"include": [
|
|
"."
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"build",
|
|
"node_modules"
|
|
]
|
|
} |