deno.land / x / obsidian@v8.0.0 / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "compileOnSave": true, "compilerOptions": { "allowJs": true, "target": "ES2021", "jsx": "react", "noImplicitAny": false, "module": "CommonJS", "strict": true, "lib": ["dom"] }, "include": ["./**/*"], "exclude": [ "./plugins/**/*", "./typings/**/*", "./built/**/*" // This is what fixed it! ]}
obsidian

Version Info

Tagged at
a year ago