mirror of
https://github.com/mara-li/obsidian-my-thesaurus.git
synced 2026-07-22 05:38:22 +00:00
23 lines
562 B
JSON
23 lines
562 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"resolveJsonModule": true,
|
|
"strictNullChecks": true,
|
|
"types": ["@types/bun"],
|
|
"lib": ["DOM", "ES5", "ES6", "ES7", "ES2015", "ES2021", "ES2022", "DOM.Iterable"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|