mirror of
https://github.com/munckenh/obsidian-relative-dates.git
synced 2026-07-22 06:43:16 +00:00
14 lines
No EOL
304 B
JSON
14 lines
No EOL
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"lib": ["DOM", "ES2022"],
|
|
"moduleResolution": "bundler",
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"importHelpers": true,
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
} |