mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-13 13:08:41 -05:00
11 lines
174 B
JSON
11 lines
174 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"types": ["jest"],
|
|
"noEmit": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|