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.

15 lines
240 B

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