refactor: packages/tsconfig.json in packages use lib/typings/ as output subfolder

This commit is contained in:
imccyu
2026-06-19 23:35:16 +08:00
parent 29e674bfea
commit 6b15b606d7
36 files changed
+90 -72

No files matched your search

+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [
+4 -3
View File
@@ -5,17 +5,18 @@
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/typings/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"types": "./lib/typings/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"lib/index.js",
"lib/typings/**/*.d.ts",
"src"
],
"license": "BSD-3-Clause",
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [