vrabe_obsidian-cjk-count/jsconfig.json

11 lines
191 B
JSON
Raw Normal View History

2025-05-14 18:41:42 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "ES6",
"moduleResolution": "node",
"lib": ["DOM", "ES5", "ES6", "ES7"]
},
"include": ["**/*"]
}