All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.tsconfig.json Maven / Gradle / Ivy

Go to download

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/**/*"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy