ph-dev-tools
Version:
Development Tools for PHibernate
23 lines • 490 B
JSON
{
"version": "1.8.10",
"compileOnSave": true,
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
"sourceMap": true,
"removeComments": false,
"target": "ES5"
},
"exclude": [
"../lib",
"../node_modules",
"../src",
"../templates",
"../generated",
"../typings/main",
"../typings/main.d.ts"
]
}