Skip to content

Commit

Permalink
Merge branch 'master' into make-v19
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed May 10, 2024
2 parents ef64bab + 6343ffc commit 51a55ba
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
"moduleResolution": "Bundler",
"resolveJsonModule": true
},
"include": ["src", "example", "tests/unit", "tests/system", "tests/bench", "tests/*.ts", "tools", "*.config.ts", "*.setup.ts"]
"include": [
"src",
"example",
"tests/unit",
"tests/system",
"tests/bench",
"tests/*.ts",
"tools",
"*.config.ts",
"*.setup.ts"
],
}

0 comments on commit 51a55ba

Please sign in to comment.