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