mirror of
https://github.com/soberhacker/obsidian-telegram-sync.git
synced 2026-07-22 07:50:31 +00:00
21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"baseUrl": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"isolatedModules": true,
|
|
"moduleResolution": "node",
|
|
"strictNullChecks": true,
|
|
"importHelpers": true,
|
|
"lib": ["DOM", "ES5", "ES6", "ES7"],
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|