Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Apr 25, 2024
1 parent 2540faf commit 8d58041
Show file tree
Hide file tree
Showing 34 changed files with 173 additions and 194 deletions.
33 changes: 16 additions & 17 deletions packages/-ember-data/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"noEmit": false,
"noEmit": true,
"noImplicitOverride": true,

// Enable faster builds
Expand All @@ -26,24 +26,23 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,
"types": ["ember-source/types"]
},
"references": [
{ "path": "../adapter" },
{ "path": "../graph" },
{ "path": "../json-api" },
{ "path": "../legacy-compat" },
{ "path": "../model" },
{ "path": "../request" },
{ "path": "../request-utils" },
{ "path": "../serializer" },
{ "path": "../store" },
{ "path": "../debug" },
{ "path": "../tracking" },
{ "path": "../core-types" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../adapter" },
// { "path": "../graph" },
// { "path": "../json-api" },
// { "path": "../legacy-compat" },
// { "path": "../model" },
// { "path": "../request" },
// { "path": "../request-utils" },
// { "path": "../serializer" },
// { "path": "../store" },
// { "path": "../debug" },
// { "path": "../tracking" },
// { "path": "../core-types" },
// { "path": "../build-config" }
// ]
}
19 changes: 9 additions & 10 deletions packages/active-record/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"noEmit": false,
"noEmit": true,
"noImplicitOverride": true,

// Enable faster builds
Expand All @@ -26,17 +26,16 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,
"types": ["ember-source/types"]
},
"references": [
{ "path": "../request" },
{ "path": "../request-utils" },
{ "path": "../store" },
{ "path": "../tracking" },
{ "path": "../core-types" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../request" },
// { "path": "../request-utils" },
// { "path": "../store" },
// { "path": "../tracking" },
// { "path": "../core-types" },
// { "path": "../build-config" }
// ]
}
25 changes: 12 additions & 13 deletions packages/adapter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"experimentalDecorators": true,
"noImplicitAny": false,
"allowJs": true,
"noEmit": false,
"noEmit": true,
"noImplicitOverride": true,

// Enable faster builds
Expand All @@ -28,20 +28,19 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,
"types": ["ember-source/types", "@types/jquery"]
},
"references": [
{ "path": "../graph" },
{ "path": "../json-api" },
{ "path": "../legacy-compat" },
{ "path": "../request" },
{ "path": "../request-utils" },
{ "path": "../store" },
{ "path": "../tracking" },
{ "path": "../core-types" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../graph" },
// { "path": "../json-api" },
// { "path": "../legacy-compat" },
// { "path": "../request" },
// { "path": "../request-utils" },
// { "path": "../store" },
// { "path": "../tracking" },
// { "path": "../core-types" },
// { "path": "../build-config" }
// ]
}
3 changes: 1 addition & 2 deletions packages/build-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": false,
"allowJs": false,
"noEmit": false,
"noEmit": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noImplicitThis": true,
Expand All @@ -40,7 +40,6 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true
// "types": [],
Expand Down
3 changes: 1 addition & 2 deletions packages/core-types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "ESNext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"noEmit": false,
"noEmit": true,
"allowJs": false,
"checkJs": false,

Expand Down Expand Up @@ -39,7 +39,6 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,

Expand Down
19 changes: 9 additions & 10 deletions packages/debug/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"noEmit": false,
"noEmit": true,
"noImplicitOverride": true,

// Enable faster builds
Expand All @@ -26,17 +26,16 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,
"types": ["ember-source/types"]
},
"references": [
{ "path": "../request" },
{ "path": "../store" },
{ "path": "../model" },
{ "path": "../tracking" },
{ "path": "../core-types" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../request" },
// { "path": "../store" },
// { "path": "../model" },
// { "path": "../tracking" },
// { "path": "../core-types" },
// { "path": "../build-config" }
// ]
}
3 changes: 1 addition & 2 deletions packages/diagnostic/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"noEmit": false,
"emitDeclarationOnly": true,
"noEmit": true,

// Enable faster builds
// but causes us to not rebuild properly
Expand Down
15 changes: 7 additions & 8 deletions packages/ember/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"moduleResolution": "bundler",
"skipLibCheck": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"noEmit": false,
"noEmit": true,
"allowJs": false,
"checkJs": false,
"alwaysStrict": true,
Expand Down Expand Up @@ -49,10 +48,10 @@

"allowImportingTsExtensions": true
},
"references": [
{ "path": "../store" },
{ "path": "../core-types" },
{ "path": "../request" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../store" },
// { "path": "../core-types" },
// { "path": "../request" },
// { "path": "../build-config" }
// ]
}
17 changes: 8 additions & 9 deletions packages/graph/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"noEmit": false,
"noEmit": true,
"noImplicitOverride": true,

// Enable faster builds
Expand All @@ -26,16 +26,15 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,
"types": ["ember-source/types"]
},
"references": [
{ "path": "../request" },
{ "path": "../store" },
{ "path": "../tracking" },
{ "path": "../core-types" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../request" },
// { "path": "../store" },
// { "path": "../tracking" },
// { "path": "../core-types" },
// { "path": "../build-config" }
// ]
}
5 changes: 2 additions & 3 deletions packages/holodeck/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"moduleResolution": "bundler",
"skipLibCheck": true,
"declarationDir": "dist",
"emitDeclarationOnly": true,
"noEmit": false,
"noEmit": true,
"allowJs": false,
"checkJs": false,

Expand Down Expand Up @@ -45,5 +44,5 @@

"baseUrl": "client"
},
"references": [{ "path": "../request" }, { "path": "../core-types" }]
// "references": [{ "path": "../request" }, { "path": "../core-types" }]
}
21 changes: 10 additions & 11 deletions packages/json-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"noEmit": false,
"noEmit": true,
"noImplicitOverride": true,

// Enable faster builds
Expand All @@ -26,18 +26,17 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,
"types": ["ember-source/types"]
},
"references": [
{ "path": "../graph" },
{ "path": "../request" },
{ "path": "../request-utils" },
{ "path": "../store" },
{ "path": "../tracking" },
{ "path": "../core-types" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../graph" },
// { "path": "../request" },
// { "path": "../request-utils" },
// { "path": "../store" },
// { "path": "../tracking" },
// { "path": "../core-types" },
// { "path": "../build-config" }
// ]
}
23 changes: 11 additions & 12 deletions packages/legacy-compat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"noEmit": false,
"noEmit": true,
"noImplicitOverride": true,

// Enable faster builds
Expand All @@ -26,19 +26,18 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,
"types": ["ember-source/types"]
},
"references": [
{ "path": "../graph" },
{ "path": "../json-api" },
{ "path": "../request" },
{ "path": "../request-utils" },
{ "path": "../store" },
{ "path": "../tracking" },
{ "path": "../core-types" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../graph" },
// { "path": "../json-api" },
// { "path": "../request" },
// { "path": "../request-utils" },
// { "path": "../store" },
// { "path": "../tracking" },
// { "path": "../core-types" },
// { "path": "../build-config" }
// ]
}
25 changes: 12 additions & 13 deletions packages/model/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"allowJs": false,
"noEmit": false,
"noEmit": true,
"noImplicitAny": false,
"noImplicitOverride": true,

Expand All @@ -28,20 +28,19 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "unstable-preview-types",
"emitDeclarationOnly": true,
"inlineSourceMap": true,
"inlineSources": true,
"types": ["ember-source/types"]
},
"references": [
{ "path": "../graph" },
{ "path": "../json-api" },
{ "path": "../legacy-compat" },
{ "path": "../request" },
{ "path": "../request-utils" },
{ "path": "../store" },
{ "path": "../tracking" },
{ "path": "../core-types" },
{ "path": "../build-config" }
]
// "references": [
// { "path": "../graph" },
// { "path": "../json-api" },
// { "path": "../legacy-compat" },
// { "path": "../request" },
// { "path": "../request-utils" },
// { "path": "../store" },
// { "path": "../tracking" },
// { "path": "../core-types" },
// { "path": "../build-config" }
// ]
}

0 comments on commit 8d58041

Please sign in to comment.