nellowtcs_Obsidian-IroView/tsconfig.json

18 lines
382 B
JSON
Raw Normal View History

2025-08-16 19:48:19 +00:00
{
2026-04-30 20:37:09 +00:00
"compilerOptions": {
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "bundler",
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"lib": ["DOM", "ES5", "ES6", "ES7"]
},
"include": ["**/*.ts"]
2025-08-16 19:48:19 +00:00
}