Skip to content

Commit

Permalink
prettier -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Jun 11, 2024
1 parent eb026bf commit a52299a
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"extends": "./tsconfig.json",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@/__swaps__/*": ["src/__swaps__/*"]
},
"compilerOptions": {
"jsx": "react",
"module": "commonjs",
"types": ["jest", "node"],
"noEmit": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "e2e/**/*.ts"]
}

"extends": "./tsconfig.json",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@/__swaps__/*": ["src/__swaps__/*"]
},
"compilerOptions": {
"jsx": "react",
"module": "commonjs",
"types": ["jest", "node"],
"noEmit": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "e2e/**/*.ts"]
}

0 comments on commit a52299a

Please sign in to comment.