mirror of
https://github.com/cnwenzhihong/Obsidian-auto-paste-link.git
synced 2026-07-22 07:45:50 +00:00
27 lines
523 B
JSON
27 lines
523 B
JSON
{
|
|
"compilerOptions": {
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ES2022",
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowImportingTsExtensions": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"strict": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
"lib": [
|
|
"DOM",
|
|
"ES2022"
|
|
],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"tests/**/*.ts",
|
|
"esbuild.config.mjs"
|
|
]
|
|
}
|