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