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

package.tsconfig.json Maven / Gradle / Ivy

{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "noEmit": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "lib": ["ES2023", "DOM", "ESNext"],
    "target": "ES5",
    "sourceMap": false,
    "declaration": false,
    "incremental": true,
    "typeRoots": ["node_modules/@types"]
  },
  "include": ["./src/*.js", "./**/*.ts"],
  "exclude": ["./node_modules/**",  "./types/**", "**/*.test.js", "**/*.spec.js"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy