UNPKG

teroshdl

Version:

Backend for terosHDL IDE

22 lines (21 loc) 406 B
{ "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", ] }