Skip to content

Commit

Permalink
create src types tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Jun 1, 2021
1 parent a65eb8e commit 6bb8c6c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tsconfig.shared.json → tsconfig.src-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "./build/types",
"outDir": "./lib",
"emitDeclarationOnly": true,
"types": ["jest"]
"types": ["jest"],
"rootDir": "src",
"paths": {
// fix https://github.com/microsoft/TypeScript/issues/29808
}
}
}

0 comments on commit 6bb8c6c

Please sign in to comment.