mirror of
https://github.com/jareika/Simple-Timeline.git
synced 2026-07-22 07:01:40 +00:00
21 lines
No EOL
555 B
JSON
21 lines
No EOL
555 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["DOM", "ES2022"],
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": false,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["node", "obsidian"],
|
|
"skipLibCheck": true,
|
|
"baseUrl": ".",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*.ts", "**/*.d.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |