Skip to content

Commit 6067ba3

Browse files
trivikrsrchase
authored andcommitted
chore: remove redundant dot slash in directory configurations (#2819)
1 parent e29cade commit 6067ba3

File tree

108 files changed

+216
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+216
-216
lines changed

packages/abort-controller/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"stripInternal": true,
4-
"rootDir": "./src",
5-
"outDir": "./dist/cjs",
4+
"rootDir": "src",
5+
"outDir": "dist/cjs",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.cjs.json",

packages/abort-controller/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"lib": ["es5", "es2015.collection"],
44
"stripInternal": true,
5-
"rootDir": "./src",
6-
"outDir": "./dist/es",
5+
"rootDir": "src",
6+
"outDir": "dist/es",
77
"baseUrl": "."
88
},
99
"extends": "../../tsconfig.es.json",

packages/abort-controller/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/chunked-blob-reader-native/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/chunked-blob-reader-native/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/chunked-blob-reader-native/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/chunked-blob-reader/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/chunked-blob-reader/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/chunked-blob-reader/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/config-resolver/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/config-resolver/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/config-resolver/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/credential-provider-imds/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/credential-provider-imds/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es5", "es2015.promise", "es2015.collection"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/credential-provider-imds/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/eventstream-serde-browser/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/eventstream-serde-browser/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2018.asynciterable", "DOM"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/eventstream-serde-browser/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/eventstream-serde-config-resolver/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/eventstream-serde-config-resolver/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2018.asynciterable"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/eventstream-serde-config-resolver/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/eventstream-serde-node/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/eventstream-serde-node/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2018.asynciterable"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/eventstream-serde-node/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/eventstream-serde-universal/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/eventstream-serde-universal/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2018.asynciterable"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/eventstream-serde-universal/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/fetch-http-handler/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/fetch-http-handler/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["dom", "es5", "es2015.promise", "es2015.iterable"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/fetch-http-handler/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/hash-blob-browser/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/hash-blob-browser/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
4-
"rootDir": "./src",
5-
"outDir": "./dist/es",
4+
"rootDir": "src",
5+
"outDir": "dist/es",
66
"baseUrl": "."
77
},
88
"extends": "../../tsconfig.es.json",

packages/hash-blob-browser/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/hash-node/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/hash-node/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/es",
3+
"rootDir": "src",
4+
"outDir": "dist/es",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.es.json",

packages/hash-node/tsconfig.types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"declarationDir": "./dist/types",
3+
"rootDir": "src",
4+
"declarationDir": "dist/types",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.types.json",

packages/hash-stream-node/tsconfig.cjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/cjs",
3+
"rootDir": "src",
4+
"outDir": "dist/cjs",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.cjs.json",

packages/hash-stream-node/tsconfig.es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "./src",
4-
"outDir": "./dist/es",
3+
"rootDir": "src",
4+
"outDir": "dist/es",
55
"baseUrl": "."
66
},
77
"extends": "../../tsconfig.es.json",

0 commit comments

Comments
 (0)