Skip to content

Commit 02a51f1

Browse files
committed
chore(build): updated tsconfig files
1 parent d27f496 commit 02a51f1

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

tsconfig.base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"allowUnreachableCode": false,
66
"allowUnusedLabels": false,
77
"declaration": true,
8-
"declarationDir": "./dist/types",
98
"declarationMap": true,
109
"downlevelIteration": true,
1110
"esModuleInterop": true,

tsconfig.cjs.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
},
88
"references": [
99
{ "path": "./tsconfig.mjs.json" },
10-
{ "path": "./tsconfig.cjs.json" },
1110
{ "path": "./tsconfig.test.json" },
1211
{ "path": "./tsconfig.configs.json" }
1312
]

tsconfig.mjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"moduleResolution": "Node16",
88
"rootDir": "./src",
99
"sourceRoot": "./src",
10-
"outDir": "./dist/mjs",
1110
"verbatimModuleSyntax": true,
1211
"tsBuildInfoFile": "./cache/mjs.tsbuildinfo"
1312
},

0 commit comments

Comments
 (0)