Skip to content

Commit 20d5591

Browse files
authored
Merge pull request #92 from sevensc/chore(tsconfig-update)
chore(tsconfig-update): added isolated modules)
2 parents 0c39c61 + 20a15e8 commit 20d5591

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-string-operations",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Simple lightweight string operation library for Typescript, works with Angular",
55
"main": "dist/index.js",
66
"types": "index.d.ts",

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"scripts": {
44
},
55
"devDependencies": {
6-
"typescript-string-operations": "^1.5.1"
6+
"typescript-string-operations": "^1.6.1"
77
}
88
}

tests/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
typescript-string-operations@^1.5.1:
6-
version "1.5.1"
7-
resolved "https://registry.yarnpkg.com/typescript-string-operations/-/typescript-string-operations-1.5.1.tgz#e2622c9bbf63d9c1e9a7d774ee77b1226471226c"
8-
integrity sha512-QKmNp0p7FeIWQ30LMy64yv7mhZEsQJpEf9HZF1NurIxoUOJVkTcAIgyeix1v3JvChJkALg3df6YiN08BYhHNkA==
5+
typescript-string-operations@^1.6.1:
6+
version "1.6.0"
7+
resolved "https://registry.yarnpkg.com/typescript-string-operations/-/typescript-string-operations-1.6.0.tgz#076556f99fbe02f3fc250c8a32a1623740e89b5f"
8+
integrity sha512-+Y5PAvqHhgZSf3G3K5hJfS5IsXVwm6OgfmsyV+8FaO3PufYzeZ6vUSwhnrlH0kb90BYfZ8049VREhclrfchPYg==

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
],
55
"compilerOptions": {
66
"noImplicitAny": true,
7+
"isolatedModules": true,
78
"removeComments": false,
89
"target": "ES2022",
910
"module": "nodenext",

0 commit comments

Comments
 (0)