Skip to content

Commit

Permalink
add sourceMap
Browse files Browse the repository at this point in the history
  • Loading branch information
wljince007 committed Apr 15, 2024
1 parent d15b67a commit e05a36d
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"watch": "cross-env TABBY_DEV=1 webpack --progress --color --watch",
"start": "cross-env TABBY_DEV=1 electron app -d --inspect",
"start:prod": "electron app --debug",
"start:sftptab": "cross-env TABBY_DEV=1 TABBY_PLUGINS=/Users/gopath/src/github.com/wljince007/tabby-sftp-tab electron app -d --inspect",
"prod": "cross-env TABBY_DEV=1 electron app",
"docs": "node scripts/build-docs.mjs",
"lint": "eslint --ext ts */src */lib",
Expand Down
1 change: 1 addition & 0 deletions tabby-community-color-schemes/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-community-color-schemes/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-core/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-electron/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-electron/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-linkifier/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
}
}
1 change: 1 addition & 0 deletions tabby-linkifier/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-local/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-local/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-plugin-manager/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
}
}
1 change: 1 addition & 0 deletions tabby-plugin-manager/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-serial/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-serial/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"exclude": ["node_modules", "dist", "typings"],
"include": ["src"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-settings/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
}
}
1 change: 1 addition & 0 deletions tabby-settings/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-ssh/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-ssh/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"exclude": ["node_modules", "dist", "typings"],
"include": ["src"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-telnet/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-telnet/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"exclude": ["node_modules", "dist", "typings"],
"include": ["src"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-terminal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-terminal/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tabby-web-demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src"
}
}
1 change: 1 addition & 0 deletions tabby-web/tsconfig.typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"sourceMap": true,
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
Expand Down

0 comments on commit e05a36d

Please sign in to comment.