Skip to content

Commit 51a55ba

Browse files
committed
Merge branch 'master' into make-v19
2 parents ef64bab + 6343ffc commit 51a55ba

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tsconfig.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,15 @@
55
"moduleResolution": "Bundler",
66
"resolveJsonModule": true
77
},
8-
"include": ["src", "example", "tests/unit", "tests/system", "tests/bench", "tests/*.ts", "tools", "*.config.ts", "*.setup.ts"]
8+
"include": [
9+
"src",
10+
"example",
11+
"tests/unit",
12+
"tests/system",
13+
"tests/bench",
14+
"tests/*.ts",
15+
"tools",
16+
"*.config.ts",
17+
"*.setup.ts"
18+
],
919
}

0 commit comments

Comments
 (0)