mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
6 lines
134 B
JSON
6 lines
134 B
JSON
|
{
|
||
|
"extends": "tsconfig/default.json",
|
||
|
"include": ["**/*.ts", "environment.d.ts"],
|
||
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
||
|
}
|