Skip to content

Commit

Permalink
build: remove unused tsconfigs (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jun 1, 2022
1 parent efa0caa commit 9977bff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -12,5 +12,6 @@
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.enablePromptUseWorkspaceTsdk": true,
"cSpell.words": ["saberhq"]
}
6 changes: 0 additions & 6 deletions tsconfig.cjs.json

This file was deleted.

6 changes: 0 additions & 6 deletions tsconfig.esm.json

This file was deleted.

1 change: 1 addition & 0 deletions tsconfig.json
@@ -1,6 +1,7 @@
{
"extends": "./packages/tsconfig/tsconfig.react.json",
"compilerOptions": {
"noEmit": true,
"jsxImportSource": "react",
"types": ["jest"]
}
Expand Down

0 comments on commit 9977bff

Please sign in to comment.