You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
314 B

6 years ago
6 years ago
6 years ago
  1. {
  2. "compilerOptions": {
  3. "target": "es6",
  4. "module": "commonjs",
  5. "lib": ["es6","dom"],
  6. "sourceMap": true
  7. },
  8. "files": [
  9. "main.ts",
  10. "descriptiveCounter.ts",
  11. "VHDLFormatter.ts",
  12. "tests/VHDLFormatterUnitTests.ts",
  13. "tests/assert.ts",
  14. ],
  15. "exclude": [
  16. "node_modules",
  17. ]
  18. }