mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 10:02:27 -04:00
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["jest"]
|
|
},
|
|
"include": ["src/**/*.ts", "messages/*.json", "tests/**/*.ts"],
|
|
"exclude": []
|
|
}
|