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
2021-05-06 15:35:15 +07:00

22 lines
472 B
JSON

{
"allowSyntheticDefaultImports": true,
"compilerOptions": {
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"module": "commonjs",
"target": "es2017",
"baseUrl": ".",
"paths": {},
"lib": ["esnext"],
"strict": true
},
"include": [
"./**/*",
"./custom.d.ts"
]
}