easy-mock-ng-service-loader
Version:
a easy way to sync request services from easy-mock.com
21 lines • 373 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "es2017",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
"typeRoots": [
"../node_modules/@types",
"./lib"
]
},
"include": [
"./lib/**/*"
],
"exclude": [
"node_modules"
]
}