UNPKG

iopa-bot

Version:

API-First Bot Framework for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification

33 lines (32 loc) 843 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "outDir": "dist", "rootDir": "src", "types": ["@types/node"], "lib": ["esnext"], "sourceMap": false, "declaration": true, "allowJs": false, "jsx": "react", "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "noImplicitReturns": true, "noImplicitThis": true, "noImplicitAny": false, "strictNullChecks": false, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": false, "esModuleInterop": false, "experimentalDecorators": true, "isolatedModules": false, "resolveJsonModule": true, "downlevelIteration": true, "stripInternal": true, "removeComments": true }, "include": ["src"], "exclude": ["node_modules"] }