package.tsconfig.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of is-what Show documentation
Show all versions of is-what Show documentation
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
The newest version!
{
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"isolatedModules": true,
"esModuleInterop": true,
"declaration": true,
"declarationDir": "./types/"
},
"include": ["src/**/*", "test/**/*"]
}