UNPKG

prototxt-parser

Version:

a prototxt parser for js based on parsimmon

25 lines (24 loc) 624 B
{ "compilerOptions": { "module": "commonjs", "noImplicitAny": true, "sourceMap": false, "removeComments": true, "preserveConstEnums": true, "declaration": true, "target": "es5", "lib": ["es2015", "dom"], "outDir": "./dist/node", "noUnusedLocals": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedParameters": false, "pretty": true, "noFallthroughCasesInSwitch": true, "allowUnreachableCode": false, "types": ["jasmine"] }, "include": [ "src/" ] }