mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
20 lines
496 B
JSON
20 lines
496 B
JSON
{
|
|
"allowSyntheticDefaultImports": true,
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"outDir": "./output/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"baseUrl": ".",
|
|
"paths": {},
|
|
"lib": ["esnext"],
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./src/index.ts", "./custom.d.ts"]
|
|
}
|