Skip to content

Commit

Permalink
nitpicks: format tsconfig.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Feb 2, 2024
1 parent bd6dc11 commit f17f772
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,12 +12,12 @@
"allowJs": true,
"lib": ["es2021"],
"sourceMap": true,
"declaration": true
"declaration": true,
},
"ts-node": {
"transpileOnly": true,
"files": true
"files": true,
},
"include": ["source/**/*.ts"],
"exclude": ["./node_modules/", "./dist/", "./jest.config.js", "./test/"]
"exclude": ["./node_modules/", "./dist/", "./jest.config.js", "./test/"],
}

0 comments on commit f17f772

Please sign in to comment.