Skip to content

Commit f2625a1

Browse files
committed
paths
1 parent 9589493 commit f2625a1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "covertable",
3-
"version": "2.3.2-alpha.2",
3+
"version": "2.3.2-alpha.3",
44
"description": "A flexible pairwise tool written in TypeScript",
55
"homepage": "https://github.com/walkframe/covertable",
66
"repository": {

typescript/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// "typeRoots": [], /* List of folders to include type definitions from. */
4747
// "types": [], /* Type declaration files to be included in compilation. */
4848
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
49-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
49+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
5050
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
5151
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
5252

@@ -59,5 +59,9 @@
5959
/* Experimental Options */
6060
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
6161
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
62+
"baseUrl": ".",
63+
"paths": {
64+
"covertable/utils/pict": ["./dist/utils/pict"]
65+
}
6266
}
6367
}

0 commit comments

Comments
 (0)