11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2020",
|
|
"outDir": "dist",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"bot/**/*"
|
|
]
|
|
} |