mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 20:14:02 +00:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": ["node"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|