mirror of
https://github.com/vrabe/obsidian-cjk-count.git
synced 2026-07-22 05:49:45 +00:00
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"moduleResolution": "node",
|
|
"lib": ["DOM", "ES5", "ES6", "ES7"]
|
|
},
|
|
"include": ["**/*"]
|
|
}
|