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

src.tsconfig.chutney.json Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "allowSyntheticDefaultImports":true,
    "outDir": "../out-tsc/app",
    "types": []
  },
  "files": [
    "../src/main.ts",
    "../src/polyfills.ts"
  ],
  "include": [
    "../src/**/*.d.ts"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy