Skip to main content
Module

x/is_what/tsconfig.json

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Go to Latest
File
{ "compilerOptions": { "allowJs": false, "baseUrl": ".", "declaration": true, "downlevelIteration": true, "esModuleInterop": true, "isolatedModules": true, "lib": ["esnext", "DOM", "DOM.Iterable"], "module": "esnext", "moduleResolution": "node", "noImplicitReturns": true, "noUnusedLocals": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "es2019", "useDefineForClassFields": true }, "include": ["src/**/*", "test/**/*"], "typedocOptions": { "entryPoints": ["src/index.ts"], "out": "docs/dist", "skipErrorChecking": true }}