Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Nov 11, 2023
1 parent c1ebdd6 commit 7d9ec1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/data-schema-types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib-esm",
"rootDir": "src",
"outDir": "lib-esm",
"declaration": true,
"emitDeclarationOnly": true,
},
"lib": ["DOM"]
}
}

0 comments on commit 7d9ec1c

Please sign in to comment.