Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Mar 13, 2024
1 parent 8b90e1c commit e82e47f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"compilerOptions": {
"declarationDir": "./dist/types",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": false,
"typeRoots": []
},
"exclude": [".*", "**/dist", "node_modules", "storybook-static", "build"],
"exclude": ["./node_modules", "./**/node_modules", "./dist", "./**/dist", "./**/docs", ".*"],
"extends": "@xylabs/tsconfig"
}

0 comments on commit e82e47f

Please sign in to comment.