1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00
vk-tg-bot/tsconfig.json
Fedor Katurov ddefc2743a initial
2021-04-07 17:33:36 +07:00

21 lines
446 B
JSON

{
"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"
]
}