friebetill_obsidian-file-diff/tsconfig.json

19 lines
381 B
JSON
Raw Permalink Normal View History

2023-01-26 05:13:41 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"lib": ["DOM", "ES5", "ES6", "ES7"],
"skipLibCheck": true
},
"include": ["**/*.ts"]
2023-01-26 05:13:41 +00:00
}