immich/cli/test/tsconfig.json

8 lines
114 B
JSON

{
"extends": "../tsconfig",
"compilerOptions": {
"noEmit": true
},
"references": [{ "path": ".." }]
}