Skip to content

Commit

Permalink
Merge pull request #2681 from demergent-labs/optimal_ts_config
Browse files Browse the repository at this point in the history
Determine optimal tsconfig, update example configs to inherit from the optimized top level tsconfig
  • Loading branch information
lastmjs authored Feb 13, 2025
2 parents 1beed56 + cc3851c commit d00cf91
Show file tree
Hide file tree
Showing 256 changed files with 377 additions and 2,109 deletions.
7 changes: 1 addition & 6 deletions examples/experimental/demo/basic_bitcoin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"extends": "../../../../tsconfig.dev.json",
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS",
"allowSyntheticDefaultImports": true
}
}
7 changes: 1 addition & 6 deletions examples/experimental/demo/bitcoin_psbt/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"extends": "../../../../tsconfig.dev.json",
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS",
"allowSyntheticDefaultImports": true
}
}
9 changes: 1 addition & 8 deletions examples/experimental/demo/ckbtc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"extends": "../../../../tsconfig.dev.json",
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS",
"allowSyntheticDefaultImports": true
}
"extends": "../../../../../../tsconfig.dev.json",
"compilerOptions": { "allowSyntheticDefaultImports": true }
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024",
"module": "ES2022",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
"extends": "../../../../../../tsconfig.dev.json"
}
Loading

0 comments on commit d00cf91

Please sign in to comment.