@waiting/shared-types
Advanced tools
Comparing version 23.19.1 to 23.20.1
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "23.19.1", | ||
"version": "23.20.1", | ||
"description": "shared typescript types", | ||
@@ -72,3 +72,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ffd89abaa91638608bff8ab7955cf67013a740a4" | ||
"gitHead": "1feb0a698affa2856e8ffad22f4cd45fc40dce60" | ||
} |
export * from './lib/index.js' | ||
{ | ||
"compilerOptions": { | ||
"baseUrl": "${configDir}", | ||
"baseUrl": ".", | ||
"declaration": true, | ||
@@ -31,3 +31,3 @@ "declarationMap": false, | ||
"resolveJsonModule": true, | ||
"rootDir": "${configDir}/src", | ||
"rootDir": "src", | ||
"skipLibCheck": true, | ||
@@ -38,3 +38,3 @@ "sourceMap": true, | ||
"stripInternal": true, | ||
"target": "ES2023", | ||
"target": "ES2022", | ||
"tsBuildInfoFile": ".tsbuildinfo", | ||
@@ -45,10 +45,10 @@ "types" : ["mocha", "node"], | ||
"include": [ | ||
"${configDir}/src/**/*.ts" | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"${configDir}/asset", | ||
"${configDir}/app/public", | ||
"${configDir}/app/views", | ||
"${configDir}/dist", | ||
"${configDir}/fixtures", | ||
"asset", | ||
"app/public", | ||
"app/views", | ||
"dist", | ||
"fixtures", | ||
"node_modules*", | ||
@@ -55,0 +55,0 @@ "**/*.d.ts", |
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
78840