mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 10:50:09 +00:00
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
|
|
"exclude": ["node_modules", "dist", "test", "tests"]
|
|
}
|