Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Emit declarations only, don't ship js compiled by typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Aug 12, 2021
1 parent 091b752 commit 8077598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/typescript/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@shopify/typescript-configs/library.json",
"compilerOptions": {
"composite": true,
"emitDeclarationOnly": true,
// Strict mode enables these strict* and noImplicit* options.
// Disable them temporarily while we fix up problematic behaviour from
// the time before we wanted strict mode
Expand Down
3 changes: 1 addition & 2 deletions packages/graphql-testing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "build/ts",
"rootDir": "src",
"baseUrl": "src",
"isolatedModules": false
"baseUrl": "src"
},
"include": [
"../../config/typescript/*.d.ts",
Expand Down

0 comments on commit 8077598

Please sign in to comment.