@rightcapital/php-parser
Version:
TypeScript types for PHP Parser JSON representation
16 lines (15 loc) • 325 B
JSON
{
"compilerOptions": {
"declaration": true,
"target": "es6",
"lib": ["ESNext"],
"module": "commonjs",
"noResolve": false,
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"outDir": "./dist"
},
"include": ["src/**/*", "tests/**/*"]
}