@peable/services
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@peable/services", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Connecting Apps, Enhancing Experiences.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.ts", |
{ | ||
"compilerOptions": { | ||
"target": "ES5", | ||
"lib": ["DOM", "DOM.Iterable", "ESNext"], | ||
"allowJs": true, | ||
"skipLibCheck": true, | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
"strict": true, | ||
"target": "ESNext", | ||
"lib": ["DOM", "DOM.Iterable", "ESNext"], | ||
"allowJs": false, | ||
"skipLibCheck": false, | ||
"strict": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"module": "ESNext", | ||
"noEmit": true, | ||
"esModuleInterop": true, | ||
"module": "ESNext", | ||
"moduleResolution": "node", | ||
"resolveJsonModule": true, | ||
"isolatedModules": true, | ||
"noEmit": true, | ||
"jsx": "react-jsx" | ||
"isolatedModules": true, | ||
"jsx": "preserve", | ||
"outDir": "dist" | ||
}, | ||
"include": ["src"] | ||
} | ||
"include": ["src"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4014
7
104