9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"$schema": "./node_modules/tstyche/schemas/config.json",
|
|
"testFileMatch": [
|
|
"packages/*/typetest/**/*.tst.*",
|
|
"packages/ai/*/typetest/**/*.tst.*"
|
|
],
|
|
"tsconfig": "baseline"
|
|
}
|