Skip to content

Commit

Permalink
Fix extension-import needing its own tsconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Jun 5, 2024
1 parent 743c046 commit 5fa5d4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions integration/extension-import/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es2018",
"lib": ["es2018"],
"module": "commonjs",
"strict": true,
"outDir": "build",
"skipLibCheck": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["./"]
}
1 change: 1 addition & 0 deletions integration/tsconfig.proto.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"angular",
"batching-with-context-esModuleInterop",
"import-mapping/mapping.ts",
"extension-import",
"simple-esmodule-interop",
"fieldoption-jstype*"
]
Expand Down

0 comments on commit 5fa5d4b

Please sign in to comment.