Skip to content

Commit

Permalink
Delete jsx and module specific rules from tsconfig (#4)
Browse files Browse the repository at this point in the history
* delete jsx, module specific rules from tsconfig
* delete module-resolution
  • Loading branch information
vovsemenv authored Aug 24, 2022
1 parent 2be785b commit d67fa5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"strict": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qameta/tsconfig",
"private": false,
"version": "0.1.0",
"version": "0.2.0",
"description": "Shared TSConfig for Qameta projects",
"author": "Qameta Software",
"license": "MIT",
Expand Down

0 comments on commit d67fa5a

Please sign in to comment.