Skip to content

Commit

Permalink
fix(tsconfig): use extends
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Mar 15, 2024
1 parent ae34be3 commit bd0d794
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"outDir": "./dist/",
"noImplicitAny": true,
"module": "ES2015",
"jsx": "react",
"esModuleInterop": true,
"moduleResolution": "node",
"target": "es5",
"lib": ["es5", "dom"],
"types": ["node"],
"resolveJsonModule": true,
"allowJs": true,
"baseUrl": "../src",
"paths": {
"utils": ["../src/utils/index"]
Expand Down

0 comments on commit bd0d794

Please sign in to comment.