UNPKG

coffee-core

Version:

Coffee IT API core library

18 lines (17 loc) 416 B
{ "include": ["src/**/*.ts", ".eslintrc.js"], "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "target": "es2022", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true } }