Files
WorkNote/.obsidian/plugins/obsidian-webpage-export-master/assets/tsconfig.json
2025-04-10 14:07:13 +08:00

11 lines
180 B
JSON

{
"compilerOptions": {
"target": "ES2015",
"module": "ES2015",
"moduleResolution": "node",
"sourceMap": true,
"skipLibCheck": true,
},
"include": ["webpage.ts"]
}