{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs",
    "lib": ["es6","dom"],
    "sourceMap": true,
    "moduleResolution": "node"
  },
  "files": [
    "main.ts",
    "descriptiveCounter.ts",
    "VHDLFormatter.ts",
    "tests/VHDLFormatterUnitTests.ts",
    "tests/descriptiveCounterTests.ts",
    "tests/assert.ts",
    "vhdlformat.ts"
  ],
  "exclude": [
    "node_modules",
  ]
}
