mirror of
https://github.com/viggomeesters/obsidian-word-viewer.git
synced 2026-07-22 07:46:44 +00:00
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"isolatedModules": true,
|
|
"lib": ["DOM", "ES2022"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noImplicitAny": true,
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|
|
|