mirror of
https://github.com/mts7/obsidian-word-frequency.git
synced 2026-07-22 05:43:07 +00:00
19 lines
486 B
JSON
19 lines
486 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"lib": ["ESNext", "dom"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"outDir": "./dist",
|
|
"resolveJsonModule": true,
|
|
"rootDir": "./src",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"types": ["obsidian", "node", "jest"],
|
|
},
|
|
"include": ["src/**/*", "node_modules/@types/jest/index.d.ts"]
|
|
}
|