mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-21 16:52:12 +00:00
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"noErrorTruncation": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["*.ts", "src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|