parallax-common-config
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -39,3 +39,8 @@ { | ||
} | ||
} | ||
}, | ||
"include": [ | ||
"../../**/*.d.ts", | ||
"../../**/*.json", | ||
"../../**/*.ts", | ||
] | ||
} |
{ | ||
"compilerOptions": { | ||
"experimentalDecorators": true, | ||
"sourceMap": true, | ||
"noImplicitAny": true, | ||
"noImplicitThis": true, | ||
"noImplicitReturns": true, | ||
"strictBindCallApply": true, | ||
"strictFunctionTypes": true, | ||
"strictNullChecks": true, | ||
"strictPropertyInitialization": true, | ||
"alwaysStrict": true, | ||
"module": "commonjs", | ||
"target": "es6", | ||
"lib": [ | ||
"dom.iterable", | ||
"esnext", | ||
"dom" | ||
], | ||
"removeComments": true, | ||
"isolatedModules": true, | ||
"noEmit": true, | ||
"skipLibCheck": true, | ||
"esModuleInterop": true, | ||
"resolveJsonModule": true, | ||
"allowSyntheticDefaultImports": true, | ||
"jsx": "react", | ||
"jsxFactory": "preact.h", | ||
"moduleResolution": "node" | ||
} | ||
"moduleResolution": "node", | ||
"allowJs": true, | ||
"baseUrl": "../../", | ||
"paths": { | ||
"~/*": ["src/*"], | ||
"Api/*": ["src/api/*"], | ||
"Stores/*": ["src/stores/*"], | ||
"Services/*": ["src/services/*"], | ||
"Components/*": ["src/components/*"], | ||
"Models/*": ["src/models/*"], | ||
"Views/*": ["src/views/*"] | ||
} | ||
}, | ||
"include": [ | ||
"../../**/*.d.ts", | ||
"../../**/*.svg", | ||
"../../**/*.json", | ||
"../../**/*.ts", | ||
"../../**/*.tsx" | ||
] | ||
} |
{ | ||
"include": [ | ||
"../../**/*.d.ts", | ||
"../../**/*.svg", | ||
@@ -4,0 +5,0 @@ "../../**/*.json", |
@@ -31,3 +31,3 @@ const path = require("path"); | ||
path: path.join(__dirname, "../../dist"), | ||
publicPath: "/" | ||
publicPath: "" | ||
}, | ||
@@ -34,0 +34,0 @@ plugins: [ |
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
36585
502