Skip to content

Commit

Permalink
Revert tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sadortun committed Nov 4, 2024
1 parent f1a3f87 commit 7ed8792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"allowSyntheticDefaultImports": true,
"target": "ES6",
"lib": ["ES2021", "DOM"],
"rootDir": "./",
"rootDir": "./src/",
"removeComments": false,
"inlineSources": false,
"noImplicitAny": true,
Expand All @@ -26,6 +26,6 @@
"@utils/*": ["./src/*"]
}
},
"include": ["src/**/*", "spec/**/*"],
"exclude": ["./dist/**/*", "node_modules"]
"include": ["src/**/*"],
"exclude": ["./dist", "node_modules"]
}

0 comments on commit 7ed8792

Please sign in to comment.