@waiting/shared-types
Advanced tools
Comparing version 21.2.0 to 21.3.0
@@ -7,3 +7,3 @@ export var CaseType; | ||
CaseType["none"] = "none"; | ||
})(CaseType = CaseType || (CaseType = {})); | ||
})(CaseType || (CaseType = {})); | ||
//# sourceMappingURL=join-table.js.map |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "21.2.0", | ||
"version": "21.3.0", | ||
"description": "shared typescript types", | ||
@@ -38,4 +38,6 @@ "keywords": [ | ||
"files": [ | ||
"README.*.md", | ||
"Dockerfile", | ||
"tsconfig.json", | ||
"Dockerfile", | ||
"tsconfig.base.json", | ||
"src/**/*.ts", | ||
@@ -65,3 +67,3 @@ "bin/*.js", | ||
}, | ||
"gitHead": "6f5ceac6c2a6d17c97bd130cbf44516cbd6cfb04" | ||
"gitHead": "e4ddd8a76ca8c6f4482452d4e8386f0006ed06b2" | ||
} |
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"declaration": true, | ||
"declarationMap": true, | ||
"emitDecoratorMetadata": true, | ||
"esModuleInterop": true, | ||
"exactOptionalPropertyTypes": true, | ||
"experimentalDecorators": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"incremental": true, | ||
"module": "NodeNext", | ||
"moduleResolution": "NodeNext", | ||
"newLine": "lf", | ||
"noFallthroughCasesInSwitch": true, | ||
"noImplicitOverride": true, | ||
"noPropertyAccessFromIndexSignature": true, | ||
"noUncheckedIndexedAccess": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"outDir": "dist", | ||
"paths": { | ||
"~/*": ["./src/*"], | ||
"@/*": ["./test/*"] | ||
}, | ||
"preserveConstEnums": true, | ||
"pretty": true, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"sourceMap": true, | ||
"strict": true, | ||
"strictPropertyInitialization": false, | ||
"stripInternal": true, | ||
"target": "ES2022", | ||
"tsBuildInfoFile": ".vscode/.tsbuildinfo", | ||
"types" : ["mocha", "node"] | ||
}, | ||
"ts-node": { | ||
"esm": true, | ||
"experimentalResolver": true, | ||
"experimentalSpecifierResolution": "node", | ||
"preferTsExts": true, | ||
"transpileOnly": false | ||
}, | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"asset", | ||
"app/public", | ||
"app/views", | ||
"dist", | ||
"node_modules*", | ||
"test", | ||
"**/*.d.ts", | ||
"**/*.spec.ts" | ||
] | ||
"extends": "./tsconfig.base.json" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
88835
84
1232