mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
initial
This commit is contained in:
commit
ddefc2743a
21 changed files with 873 additions and 0 deletions
21
tsconfig.json
Normal file
21
tsconfig.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"baseUrl": ".",
|
||||
"paths": {},
|
||||
"lib": ["es6"]
|
||||
},
|
||||
"include": [
|
||||
"./**/*",
|
||||
"./custom.d.ts"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue