angular-spawn-x
Version:
Angular connector for spawn-x. (Reactive management for javaScript applications)
23 lines (22 loc) • 430 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "es6",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"strictNullChecks": false,
"baseUrl": "./src",
"paths": {},
"lib": [
"dom",
"es6"
]
},
"exclude": [
"node_modules",
"dist"
]
}