mirror of
https://github.com/b-camphart/timeline-view.git
synced 2026-07-22 08:40:27 +00:00
15 lines
No EOL
293 B
JSON
15 lines
No EOL
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": [
|
|
"build.ts",
|
|
"src/obsidian/plugin/manifest.ts",
|
|
"src/obsidian/plugin/versions.ts",
|
|
"e2e/**/*.ts"
|
|
]
|
|
} |