mirror of
https://github.com/brianpetro/smart-context-obsidian.git
synced 2026-07-22 11:30:25 +00:00
15 lines
No EOL
252 B
JSON
15 lines
No EOL
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ES2022"
|
|
},
|
|
"include": [
|
|
"src/**/*.js",
|
|
"src/**/*.ts",
|
|
"manifest.json"
|
|
]
|
|
} |