Skip to content

Commit

Permalink
Minor: format included entries in tsconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed May 10, 2024
1 parent ac0e57b commit 6343ffc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@
"moduleResolution": "Bundler",
"resolveJsonModule": true
},
"include": ["src", "example", "tests/unit", "tests/system", "tests/bench", "tests/*.ts", "tools", "*.config.ts"]
"include": [
"src",
"example",
"tests/unit",
"tests/system",
"tests/bench",
"tests/*.ts",
"tools",
"*.config.ts"
]
}

0 comments on commit 6343ffc

Please sign in to comment.