Skip to main content
Module

x/obsidian/tsconfig.json

GraphQL, built for Deno - a native GraphQL caching client and server module
Go to Latest
File
{ "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! ]}