@lakutata-component/cacher
Version:
Lakutata Cacher Component
35 lines • 704 B
JSON
{
"compilerOptions": {
"strict": true,
"module": "CommonJS",
"target": "ES2017",
"declaration": true,
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": true,
"allowJs": true,
"pretty": true,
"noUnusedLocals": false,
"noImplicitAny": false,
"noUnusedParameters": false,
"outDir": "distro",
"rootDir": "src",
"moduleResolution": "Node",
"esModuleInterop": true,
"strictPropertyInitialization": false,
"types": [
"reflect-metadata",
"node"
],
"lib": [
"ESNext",
"ES2017",
"dom"
]
},
"exclude": [
"node_modules",
"build"
]
}