delta-store
Version:
An API for a store with change records
22 lines • 454 B
JSON
{
"version": "1.8.10",
"compileOnSave": false,
"compilerOptions": {
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
"removeComments": false,
"sourceMap": true,
"target": "ES5"
},
"exclude": [
"../lib",
"../src",
"../node_modules",
"../typings/main",
"../typings/main.d.ts"
]
}